breedr_ar | R Documentation |
Given the coordinates of the observations, the autocorrelation parameters and the autofill logical value, computes the incidence matrix B and the covariance matrix U
breedr_ar(coordinates, rho, autofill = TRUE, ...)
coordinates |
matrix(-like) of observation coordinates |
rho |
numeric. Vector of length two with the autocorrelation parameter in each dimension, with values in the open interval (-1, 1). |
autofill |
logical. If |
... |
Not used. |
a list with - the autocorrelation parameters - the coordinates original coordinates as a data frame - the incidence matrix (encoded as a vector) - the covariance matrix (of the full grid, in triplet form)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.