photobiology (version 0.9.26)

as.generic_mspct: Coerce to a collection-of-spectra

Description

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

Usage

as.generic_mspct(x, ...)

# S3 method for default as.generic_mspct(x, ...)

# S3 method for data.frame as.generic_mspct(x, force.spct.class = FALSE, ...)

# S3 method for generic_spct as.generic_mspct(x, force.spct.class = FALSE, ...)

# S3 method for list as.generic_mspct(x, force.spct.class = FALSE, ..., ncol = 1, byrow = FALSE)

# S3 method for matrix as.generic_mspct(x, w.length, member.class, spct.data.var, multiplier = 1, byrow = NULL, spct.names = "spct_", ...)

mat2mspct(x, w.length, member.class, spct.data.var, multiplier = 1, byrow = NULL, spct.names = "spct_", ...)

Arguments

x

a list of spectral objects or a list of objects such as data frames that can be converted into spectral objects.

...

passed to individual spectrum object constructor

force.spct.class

logical indicating whether to change the class of members to generic_spct or retain the existing class.

ncol

integer Number of 'virtual' columns in data

byrow

logical If ncol > 1 how to read in the data

w.length

numeric A vector of wavelengthvalues sorted in strictly ascending order (nm).

member.class

character The name of the class of the individual spectra to be constructed.

spct.data.var

character The name of the variable that will contain the spectral data. This indicates what physical quantity is stored in the matrix and the units of expression used.

multiplier

numeric A multiplier to be applied to the values in x to do unit or scale conversion.

spct.names

character Vector of names to be assigned to collection members, either of length 1, or with length equal to the number of spectra.

Value

A copy of x converted into a generic_mspct object.

Methods (by class)

  • default:

  • data.frame:

  • generic_spct:

  • list:

  • matrix:

See Also

Other Coercion methods for collections of spectra: as.calibration_mspct, as.chroma_mspct, as.cps_mspct, as.filter_mspct, as.object_mspct, as.raw_mspct, as.reflector_mspct, as.response_mspct, as.source_mspct, split2mspct, subset2mspct