plot.Aniso {convoSPAT} | R Documentation |
This function plots the estimated correlation between a reference point and all other prediction locations.
## S3 method for class 'Aniso'
plot(x, ref.loc = NULL, all.pred.locs = NULL, grid = TRUE, ...)
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 |
... |
Arguments passed to |
A plot of either the estimated ellipses or estimated correlation is printed.
## Not run:
plot.Aniso( Aniso.object )
## End(Not run)