plot.spectra: Plot spectra

Description Usage Arguments Value

Description

Plot spectra

Usage

1
2
3
## S3 method for class 'spectra'
plot(spec, ylab = "Reflectance", xlab = "Wavelength",
  col = "black", lty = 1, type = "l", ...)

Arguments

spec

spectra object

ylab

label for y axis. defaults to "Reflectance"

xlab

label for x axis. defaults to "Wavelength"

col

line color. defaults to "black"

lty

line type. defaults to 1

type

type of plot. meant to take either line "l" or no plotting "n"

...

other arguments passed to matplot

Value

nothing. called for side effect


annakat/casper_defunct documentation built on May 10, 2019, 11:50 a.m.