spc.plot.depth: Plotting 'Spectra' object

Description Usage Arguments See Also Examples

Description

Generating plot of the contents of a Spectra object with respect to depth

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
spc.plot.depth(object, ...)

## S4 method for signature 'Spectra'
spc.plot.depth(
  object,
  X,
  maxSp = 10,
  lab_cex,
  title,
  add = FALSE,
  xlab = NULL,
  ylab = NULL,
  ylim = NULL,
  xlim = NULL,
  lwd = 2,
  ...
)

Arguments

object

a Spectra data.

...

any further arguments of plot

X

character. Column names of the a Spectra object to be plotted.

maxSp

numeric. Maximum number of Spectra to plot.

lab_cex

vector of character expansion sizes, used cyclically.

title

a chracter string, title for plot

add

logical. If TRUE, plots are added to current one,

xlab, ylab

titles for x and y axes, as in plot.

ylim, xlim

ranges of x and y axes, as in plot.

lwd

numeric vector of line widths

See Also

spc.plot

Examples

1
2

geoSpectral documentation built on Feb. 20, 2020, 5:08 p.m.