Learn R Programming

geoSpectral (version 0.17.5)

spc.plot.depth.overlay: Plotting SpcList object

Description

Generating plot of the contents of a SpcList object overlay with respect to depth

Usage

spc.plot.depth.overlay(object, X, lab_cex, ...)

# S4 method for SpcList spc.plot.depth.overlay(object, X, lab_cex, ...)

Arguments

object

a SpcList data

X

column name or index

lab_cex

vector of character expansion sizes, used cyclically

...

any further arguments of plot

Examples

Run this code
# NOT RUN {
sp <- spc.example_spectra()
BL = spc.makeSpcList(sp,"CAST")
spc.plot.depth.overlay(BL, "anap_555")

# }

Run the code above in your browser using DataLab