View source: R/plot_anisotropy.R
plot_anisotropy | R Documentation |
plot_anisotropy
plots the degree of geometric anisotropy
plot_anisotropy(
Obj,
FileName,
ControlList = list(Width = 4, Height = 5, Res = 200, Units = "in"),
type = "ellipse",
Report = Obj$report(),
TmbData = Obj$env$data
)
VAST estimates a matrix H
, representing a linear transformation of coordinates (typically eastings-northings)
when computing a distance measure used to calculate correlations between sites. Geometric anisotropy represents the
tendancy for correlations to decline faster in some direction than others, as represented by H
.
plot_anistropy
visualizes the distance needed to achieve a correlation of approximately 10
centered at coordinates (0,0). Therefore, an ellipse with a major (long) axis pointed northwest-southeast will
have correlations that decline slower along this axis then movement northeast-southwest. This ellipse is shown for
both linear predictors, which share the same H
estimate but differ in their overall estimated decorrelation rate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.