View source: R/spectrace_to_wide.R
spectrace_to_wide | R Documentation |
Reshapes spectral data from long to wide format, with one column per wavelength.
spectrace_to_wide(lightData)
lightData |
Data frame with light data. Must contain one column with the wavelengths named "wl" and one column with the values per wavelength named "val". |
Reshaped data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.