explorespec | R Documentation |
Plots one or multiple spectral curves in the same graph to rapidly compare groups of spectra.
explorespec(
rspecdata,
by = NULL,
scale = c("equal", "free"),
legpos = "topright",
...
)
rspecdata |
(required) a data frame, possibly of class |
by |
number of spectra to include in each graph (defaults to 1) |
scale |
defines how the y-axis should be scaled. |
legpos |
legend position control. Either a vector containing |
... |
additional parameters to be passed to plot |
Spectral curve plots
Number of plots presented per page depends on the number of graphs produced.
Pierre-Paul Bitton bittonp@uwindsor.ca
data(sicalis)
explorespec(sicalis, 3)
explorespec(sicalis, 3, ylim = c(0, 100), legpos = c(500, 80))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.