dy.spectra | R Documentation |
Export a html plot for an intuitive exploration of data. The number of spectra is limited at 60 for increase the comfort of viewing.
dy.spectra(
sel_sp = sp$mt$meta[sp$acq, "end"],
L = sp,
new_color = FALSE,
name = FALSE
)
sel_sp |
a numeric vector with the selection of spectra. |
L |
sp |
new_color |
Logical TRUE/FALSE |
name |
the title of plot and the name of the file. |
a html plot
# dy.spectra(sp$mt$meta[sp$acq,"end"], new_color = FALSE)
# dy.spectra(1:50)
# dy.spectra(c(1, 4, 8, 22, 30), new_color = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.