Usage
as.generic_mspct(x, force.spct.class = FALSE)
as.raw_mspct(x)
as.cps_mspct(x)
as.source_mspct(x, time.unit = c("second", "day", "exposure"),
bswf.used = c("none", "unknown"), strict.range = FALSE)
as.response_mspct(x, time.unit = "second")
as.filter_mspct(x, Tfr.type = c("total", "internal"), strict.range = TRUE)
as.reflector_mspct(x, Rfr.type = c("total", "specular"),
strict.range = TRUE)
as.object_mspct(x, Tfr.type = c("total", "internal"), Rfr.type = c("total",
"specular"), strict.range = TRUE)
as.chroma_mspct(x)
Arguments
x
a list of spectral objects or a list of objects such as data frames
that can be converted into spectral objects.
force.spct.class
logical indicating whether to change the class
of members to generic_spct
or retain the existing class.
time.unit
character A string, "second", "day" or "exposure"
strict.range
logical Flag indicating whether off-range values result
in an error instead of a warning
Tfr.type
a character string, either "total" or "internal"
Rfr.type
a character string, either "total" or "specular"