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