Skip to contents

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

Usage

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),
  ...
)

Arguments

x

an R object.

...

other arguments passed to "set" functions.

Tfr.type

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

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 object_spct object.

Methods (by class)

  • as.object_spct(default):