Stilianos Louca and Michael Doebeli. 2015. Detecting cyclicity in ecological time series. Ecology 96:1724–1732. http://dx.doi.org/10.1890/14-0126.1


Supplement 3

R code demonstrating the use of the peacots package for the periodogram analysis of a few example time series using the OUSS null model.
Ecological Archives E096-154-S3.

Copyright


Authors
File list (downloads)
Description


Author(s)

Stilianos Louca
Institute of Applied Mathematics, University of British Columbia
121-1984 Mathematics Road
Vancouver, BC
V6T 1Z2, Canada
E-mail: [email protected]


File list

example.R (MD5: c4c8643ddb57070a70b19867132b053d)

cyclic.csv (MD5: 0b53a553a697b6dc2abd8c81c21ab7b5)

non_cyclic.csv (MD5: 71a6fd852d5050080a904681f6ec4c90)

GPDD_407.csv (MD5: 858e8f38002a17674678d5ba47b52d69)

GPDD_9711.csv (MD5: 3f06b5226583cf50caf274a1fecd5e22)

Readme.rtf (MD5: 7e82d2196dcd0d69a44431966ae09095)

Description

R code demonstrating the use of the peacots package for the periodogram analysis of a few example time series using the WN and OUSS null models. Includes all necessary data. The files cyclic and non_cyclic contain simulated time series of a cyclic and non-cyclic OUSS processes, respectively. The files GPDD_407 and GPDD_9711 contain the two GPDD time series used as examples in the main article. To execute the code, run source(“example.R”) in R. More details are given in the Readme.rtf file. More examples are available as part of the peacots documentation.