plot.spectra.matrix: Function to plot spectra.

Description Usage Arguments Author(s) Examples

View source: R/plot.spectra.matrix.R

Description

This function accepts spectra in a spectra.list or spectra.matrix object and plots them.

Usage

1
2
plot.spectra.matrix(x, col = "black", type = NULL, xlim = NULL,
  ylim = NULL, base_plot = FALSE, ...)

Arguments

x

An object of class spectra.list or spectra.matrix containing the spectra to plot.

col

see par.

type

see par.

xlim

see par.

ylim

see par.

base_plot

Default is FALSE. If FALSE, plots spectra as an interactive plotly object.

...

Additional args.

Author(s)

Daniel M Griffith

Examples

1
2
3
4
5
## Not run: 
data(shootout)
plot(shootout_scans)

## End(Not run)

griffithdan/plantspec documentation built on May 17, 2019, 8:37 a.m.