Learn R Programming

convoSPAT (version 1.2.7)

plot.Aniso: 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 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

Run this code
# NOT RUN {
plot.Aniso( Aniso.object )
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab