Learn R Programming

spatialwarnings (version 3.0.3)

extract_spectrum: Extract the r-spectrum from objects

Description

Extract the r-spectrum from objects produced by spectral_sews.

Usage

extract_spectrum(x, ...)

Value

The empirical r-spectrum as a data.frame

Arguments

x

An object produced by spectral_sews or the result of the indictest function called on such object

...

Other arguments are ignored

See Also

spectral_sews

Examples

Run this code

# Extract the r-spectrum after computing indicators
indics <- spectral_sews(serengeti[2:3])
extract_spectrum(indics) 

Run the code above in your browser using DataLab