plot.Spectra {soil.spec} | R Documentation |
Plots spectral signatures. Each line represents a single sample.
## S4 method for signature 'Spectra,ANY' plot(x, y, ...)
x |
object of class |
y |
ignored |
... |
other optional arguments |
Wavenumbers are shown on the x-axis at the bottom. The second top x-axis displays the equivalent of wavenumbers interms of wavelengths.
Andrew Sila and Tomislav Hengl
## Not run: ## Original binary Opus files: pth = system.file(package = "soil.spec") lst <- as.list(list.files(path=pth, pattern="*.0$", full.names=TRUE)) xx <- read.opus(lst[[1]]) plot(xx@data) ## End(Not run)