extract_spectrum: Extract the r-spectrum from objects

View source: R/task_spectral_indic_methods.R

extract_spectrumR 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, rspectrum

Examples


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


spatialwarnings documentation built on Sept. 11, 2024, 8:55 p.m.