spc.plot: Plotting 'Spectra' object

Description Usage Arguments See Also Examples

Description

Generating plot of the intensity of a measurement inside a Spectra object with respect to the wavelength.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
spc.plot(x, Y, maxSp, lab_cex,xlab,ylab,type,pch,lwd,cex,...)

## S4 method for signature 'Spectra'
spc.plot(
  x,
  Y,
  maxSp,
  lab_cex,
  xlab,
  ylab,
  type = "l",
  pch = 19,
  lwd = 2,
  cex = 0.3,
  ...
)

Arguments

x

and Y a Spectra data

Y

fskjldsk

maxSp

maximum number of Spectra to plot

lab_cex

vector of character expansion sizes, used cyclically

xlab

title for x axix, as in plot().

ylab

title for y axis, as in plot().

type

character string (length 1 vector) or vector of 1-character strings indicating the type of plot for each column of y. See help of matplot() or plot().

pch

character string or vector of 1-characters or integers for plotting characters. See help of par.

lwd

vector of line widths. See help of par.

cex

A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. See help of par.

...

any further arguments to be passed to matplot

See Also

spc.lines, par

Examples

1
2

PranaGeo/Spectral documentation built on Feb. 21, 2020, 12:36 p.m.