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 spectral_sews or the result of the indictest function called on such object

...

Other arguments are ignored

Value

The empirical r-spectrum as a data.frame

See Also

spectral_sews

Examples


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


[Package spatialwarnings version 3.0.3 Index]