lmb {spectral} | R Documentation |
Lomb-Scargle estimation function
Description
calculates the standard Lomb-Scargle estimation. The calculation is vectorized to enhance calculation speed.
Usage
lmb(f, dat, var_val)
Arguments
f |
frequency |
dat |
spatial vector including locations and values |
var_val |
variance of the data |
[Package spectral version 2.0 Index]