| as.object_spct | R Documentation |
Return a copy of an R object with its class set to a given type of spectrum.
as.object_spct(x, ...)
## Default S3 method:
as.object_spct(
x,
Tfr.type = c("total", "internal"),
Rfr.type = c("total", "specular"),
strict.range = getOption("photobiology.strict.range", default = FALSE),
...
)
x |
an R object. |
... |
other arguments passed to "set" functions. |
Tfr.type |
a character string, either |
Rfr.type |
a character string, either |
strict.range |
logical Flag indicating whether off-range values result in an error instead of a warning. |
A copy of x converted into a object_spct object.
as.object_spct(default):
setGenericSpct
Other constructors of spectral objects:
as.calibration_spct(),
as.chroma_spct(),
as.cps_spct(),
as.filter_spct(),
as.generic_spct(),
as.raw_spct(),
as.reflector_spct(),
as.response_spct(),
as.solute_spct(),
as.source_spct(),
source_spct()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.