| merge2object_spct | R Documentation |
Merge a filter_spct with a reflector_spct returning an
object_spct object, even if wavelength values are mismatched.
merge2object_spct(
x,
y,
by = "w.length",
...,
w.length.out = x[["w.length"]],
Tfr.type.out = "total"
)
x, y |
a |
by |
a vector of shared column names in |
... |
other arguments passed to |
w.length.out |
numeric vector of wavelengths to be used for the returned
object ( |
Tfr.type.out |
character string indicating whether transmittance values
in the returned object should be expressed as |
An object_spct is returned as the result of merging a
filter_spct and a reflector_spct object.
If a numeric vector is supplied as argument for w.length.out,
the two spectra are interpolated to the new wavelength values before
merging. The default argument for w.length.out is
x[["w.length"]].
join
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.