Description Usage Arguments Value Examples
This function shows the spatial grid used in the approximation of the site-specific autocorrelated random effects for a particular value of the grid step.
1 | buildSpatialGrid(X_cov, Y_cov, gridStep)
|
X_cov |
The variable containing the x coordinates of the sites. |
Y_cov |
The variable containing the y coordinates of the sites. |
gridStep |
Value of the grid step. |
Plot of the grid with number of points used in the approximation.
1 | buildSpatialGrid(sampleData$X, sampleData$Y, gridStep = .3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.