plot.Aniso: Plot of the estimated correlations from the stationary model.

Description Usage Arguments Value Examples

View source: R/convoSPAT_summplot.R

Description

This function plots the estimated correlation between a reference point and all other prediction locations.

Usage

1
2
3
## S3 method for class 'Aniso'
plot(x, ref.loc = NULL, all.pred.locs = NULL, grid = TRUE,
  ...)

Arguments

x

An "Aniso" object, from Aniso_fit().

ref.loc

Vector of length 2; the reference location.

all.pred.locs

A matrix of all prediction locations.

grid

Logical; indicates if the all.pred.locs are on a rectangular grid (TRUE) or not (FALSE).

...

Arguments passed to plot functions.

Value

A plot of either the estimated ellipses or estimated correlation is printed.

Examples

1
2
3
4
## Not run: 
plot.Aniso( Aniso.object )

## End(Not run)

markdrisser/convoSPAT documentation built on May 21, 2019, 11:48 a.m.