plot.tuts_ls: Plot of spectral densities of tuts_LS objects.

Description Usage Arguments Examples

View source: R/a_tuls.r

Description

plot.tuts_LS Plots a tuts_LS object

Usage

1
2
## S3 method for class 'tuts_ls'
plot(x)

Arguments

x

A tuts_LS obect.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Simulate time-uncertain time series:
DATA=simtuts(N=100,Harmonics=c(10,30,0), sin.ampl=c(10,10, 0), cos.ampl=c(0,0,0),
trend=0,y.sd=3, ti.sd=1)

# (Set parameters and ) run multiple Lomb-Scargle periodograms:
TULS=tuls(y=y,ti.mu=ti.mu,ti.sd=ti.sd)       # This funclion also plots spectral densities.
                                             # Optional parameters: ofac, CI, n.sim.

# Plot the results:
plot(TULS)

PeterFranke/tuts documentation built on May 30, 2019, 6:24 a.m.