plot.Aniso {convoSPAT}R Documentation

Plot of the estimated correlations from the stationary model.

Description

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

Usage

## 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

## Not run: 
plot.Aniso( Aniso.object )

## End(Not run)


[Package convoSPAT version 1.2.7 Index]