View source: R/spectrace_from_vector.R
spectrace_from_vector | R Documentation |
This function unpacks spectral data stored in a vector into wavelength columns.
spectrace_from_vector(lightData)
lightData |
Data frame containing the light data. Column with vectors of spectral data must be named "spectrum" and with wavelength data must be named "wavelength". |
The data frame with the spectral data with one column per wavelength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.