as.generic_spct: Coerce to a spectrum

View source: R/spct.new.r

as.generic_spctR Documentation

Coerce to a spectrum

Description

Return a copy of an R object with its class set to a given type of spectrum, or convert an R object of a different class into one of the spectral classes.

Usage

as.generic_spct(x, ...)

## Default S3 method:
as.generic_spct(x, ...)

Arguments

x

an R object

...

other arguments passed to "set" functions

Details

Data frames, tibbles and similar objects are accepted as input if the column names are those expected by the matching class setting functions. An exception, is that an additional method specialization for conversion of waveband objects into response_spct objects is also defined.

Value

A copy of x converted into a generic_spct object.

Methods (by class)

  • as.generic_spct(default):

See Also

setGenericSpct

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


photobiology documentation built on Jan. 10, 2026, 9:10 a.m.