View source: R/color-wrappers.r
spct_SSI | R Documentation |
Wrapper on function computeSSI
from package
'colorSpec' that accepts source_spct
objects.
spct_SSI(
spct,
reference.spct = NULL,
digits = 0,
isotherms = "mccamy",
locus = "robertson",
named = FALSE
)
spct , reference.spct |
source_spct Single light source spectra. |
digits |
integer The number of digits after the decimal point in the
returned vector. According to Holm the output should be rounded to the
nearest integer, which corresponds to |
isotherms |
character This is only used when reference=NULL. It is
passed to |
locus |
character This is only used when reference=NULL. It is
passed to |
named |
logical Whether to set the name attribute of the returned value to the name of the spectrum passed as argument if possible. |
Please see computeSSI
for the details of
the computations and references.
A numeric value between zero and 100.
spct_SSI(white_led.source_spct, sun.spct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.