geo_sim | R Documentation |
Function that simulates zero-mean, spatially autocorrelated data with nugget effect. Simulation procedure uses the Cholesky decomposition method (Cressie, 1993, p. 201).
geo_sim(coord, cov_type = "exponential", nugg, parsil, range)
coord |
data.frame with x,y coordinates for simulation. |
cov_type |
character. Type of covariance model: |
nugg |
nugget parameter |
parsil |
partial sill parameter |
range |
range parameter |
numeric vector with simulated geostatistical data.
Eric W. Fox
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.