as.response_spct: Coerce to a spectrum
Description
Return a copy of an R object with its class set to a given type of spectrum.
Usage
as.response_spct(x, ...)# S3 method for default
as.response_spct(x, time.unit = "second", ...)
Arguments
...
other arguments passed to "set" functions
time.unit
character A string, "second", "day" or "exposure"
Value
A copy of x
converted into a response_spct
object.