View source: R/spatial_gradient.R
spatial_gradient | R Documentation |
performs gradient and curvature assessment on the estimated surface from a hierarchical Bayesian spatial model. Parameters not listed are optional
spatial_gradient(
coords = NULL,
model = NULL,
cov.type = c("matern1", "matern2", "gaussian", ),
grid.points = NULL,
nbatch = 200,
return.mcmc = TRUE
)
coords |
coordinates for observed process (order |
model |
the posterior samples from the MCMC fit |
cov.type |
covariance type (three available choices: Gaussian, Mat\'ern( |
grid.points |
coordinates for grid over observed process (order |
nbatch |
number of batches |
return.mcmc |
if true returns MCMC samples of gradients |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.