powered by
Function that returns the range of step sizes in an object. Range of differences between successive sorted values.
wl_stepsize(x, ...)stepsize(x, ...)# S3 method for default stepsize(x, ...)# S3 method for numeric stepsize(x, ...)# S3 method for generic_spct stepsize(x, ...)# S3 method for generic_mspct stepsize(x, ..., idx = "spct.idx")
stepsize(x, ...)
# S3 method for default stepsize(x, ...)
# S3 method for numeric stepsize(x, ...)
# S3 method for generic_spct stepsize(x, ...)
# S3 method for generic_mspct stepsize(x, ..., idx = "spct.idx")
an R object
not used in current version
character Name of the column with the names of the members of the collection of spectra.
A numeric vector of length 2 with min and maximum stepsize values.
default: Default function usable on numeric vectors.
default
numeric: Method for numeric vectors.
numeric
generic_spct: Method for "generic_spct" objects.
generic_spct
generic_mspct: Method for "generic_mspct" objects.
generic_mspct
Other wavelength summaries: wl_midpoint(), wl_min(), wl_range()
wl_midpoint()
wl_min()
wl_range()
# NOT RUN { stepsize(sun.spct) wl_stepsize(sun.spct) stepsize(sun.spct) # }
Run the code above in your browser using DataLab