Expanse
A function that returns the expanse (max(x) - min(x)) for R objects.
spread(x, ...) wl_expanse(x, ...) expanse(x, ...) ## Default S3 method: expanse(x, ...) ## S3 method for class 'numeric' expanse(x, ...) ## S3 method for class 'waveband' expanse(x, ...) ## S3 method for class 'generic_spct' expanse(x, ...) ## S3 method for class 'generic_mspct' expanse(x, ..., idx = "spct.idx")
x |
an R object |
... |
not used in current version |
idx |
character Name of the column with the names of the members of the collection of spectra. |
default
: Default method for generic function
numeric
: Method for "numeric"
waveband
: Method for "waveband"
generic_spct
: Method for "generic_spct"
generic_mspct
: Method for "generic_mspct" objects.
expanse(10:20) expanse(sun.spct) wl_expanse(sun.spct) expanse(sun.spct)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.