dy.spectra: Plot spectra dynamic.

dy.spectraR Documentation

Plot spectra dynamic.

Description

Export a html plot for an intuitive exploration of data. The number of spectra is limited at 60 for increase the comfort of viewing.

Usage

dy.spectra(
  sel_sp = sp$mt$meta[sp$acq, "end"],
  L = sp,
  new_color = FALSE,
  name = FALSE
)

Arguments

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.

Value

a html plot

Examples

# 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)

JHuguenin/provoc documentation built on Jan. 29, 2024, 12:39 a.m.