plot.timelagAnalysis: A time lag analysis plot.

Description Usage Arguments Details Value Author(s) Examples

Description

A plot of sqrt(lag) against compositional dissimilarity.

Usage

1
2
## S3 method for class 'timelagAnalysis'
plot(x, ...)

Arguments

x

an object of class "timelagAnalysis", the result of a call to timelag.

...

additional arguments passed to plot.

Details

TODO - smoothers etc.

Value

Invisibly returns its input x.

Author(s)

Gavin L. Simpson

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## load analogue for Abernethy data set & distance()
if (require("analogue")) {

## Load Abernethy Forest data set
data("abernethy", package = "analogue")
## Load Abernethy Forest data set

## Remove the Depth and Age variables
abernethy2 <- abernethy[, -(37:38)]

## time lag analysis
dij <- as.dist(distance(abernethy2, method = "chord"))
tla <- timelag(dij)
plot(tla, pch = 19)
}

gavinsimpson/temporalEF documentation built on May 16, 2019, 10:11 p.m.