validate.nlast: Check if 'nlast' needs to be adjusted in order to accommodate...

Description Usage Arguments

View source: R/utils.R

Description

Check if nlast needs to be adjusted in order to accommodate out.step

Usage

1
validate.nlast(x, nlast, out.step)

Arguments

x

Vector containing the starting values of the input intervals/bins. For example: if we have 3 bins [0,5), [5,10) and [10, 15), x will be defined by the vector: c(0, 5, 10).

nlast

Length of the last interval. In the example above nlast would be 5.

out.step

Length of estimated intervals in output. Values between 0.1 and 1 are accepted. Default: 1.


ungroup documentation built on June 28, 2021, 5:08 p.m.