extract_spectrum {spatialwarnings} | R Documentation |
Extract the r-spectrum from objects produced by
spectral_sews
.
extract_spectrum(x, ...)
x |
An object produced by |
... |
Other arguments are ignored |
The empirical r-spectrum as a data.frame
# Extract the r-spectrum after computing indicators
indics <- spectral_sews(serengeti[2:3])
extract_spectrum(indics)