ind.acq | R Documentation |
return index of spectra for each acquistion
ind.acq(n_acq, L)
n_acq |
a number |
L |
sp |
a numeric vector
# For just one acquisition :
# ind.acq(1,sp)
# Or for more :
# sapply(1:10,ind.acq,L=sp,simplify = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.