
Last chance! 50% off unlimited learning
Sale ends in
hyperSpec
objects. The plot
method for
hyperSpec
objects is a switchyard to plotspc
,
plotmap
, and plotc
.It also supplies some convenient abbrevations for much used plots.
## S3 method for class 'hyperSpec,missing':
plot(x, y, \dots)
## S3 method for class 'hyperSpec,character':
plot(x, y, \dots)
hyperSpec
objecty
is missing, plot
behaves like
plot (x, y = "spc")
. Supported values for y
are:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
plotspc
for spectra plots (intensity over wavelength), plotmap
for plotting maps, i.e. color coded summary value
on two (usually spatial) dimensions.
plot (flu)
plot (flu, "c")
plot (laser, "ts")
spc <- apply (chondro, 2, quantile, probs = 0.05)
spc <- sweep (chondro, 2, spc, "-")
plot (spc, "spcprctl5")
plot (spc, "spcprctile")
plot (spc, "spcmeansd")
Run the code above in your browser using DataLab