as.reflector_spct: Coerce to a spectrum

View source: R/spct.new.r

as.reflector_spctR Documentation

Coerce to a spectrum

Description

Return a copy of an R object with its class set to a given type of spectrum.

Usage

as.reflector_spct(x, ...)

## Default S3 method:
as.reflector_spct(
  x,
  Rfr.type = c("total", "specular"),
  strict.range = getOption("photobiology.strict.range", default = FALSE),
  ...
)

Arguments

x

an R object.

...

other arguments passed to "set" functions.

Rfr.type

a character string, either "total" or "specular".

strict.range

logical Flag indicating whether off-range values result in an error instead of a warning.

Value

A copy of x converted into a reflector_spct object.

Methods (by class)

  • as.reflector_spct(default):

See Also

setGenericSpct

Other constructors of spectral objects: as.calibration_spct(), as.chroma_spct(), as.cps_spct(), as.filter_spct(), as.generic_spct(), as.object_spct(), as.raw_spct(), as.response_spct(), as.solute_spct(), as.source_spct(), source_spct()


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.