nfold_breaks: N-fold Breaks

View source: R/nfold.R

nfold_breaksR Documentation

N-fold Breaks

Description

N-fold Breaks

Usage

nfold_breaks(n = 5)

Arguments

n

A numeric scalar of the desired number of breaks.

Value

A function to calculate the breaks from a vector.

Examples

nfold_breaks()(c(-3 / 4, -2 / 3, -1 / 2, 0, 1, 2, 3))

poissonconsulting/poisplot documentation built on June 12, 2025, 3:03 p.m.