View source: R/spatial_wombling.R
bayes_cwomb | R Documentation |
performs Bayesian wombling on curves within the spatial surface.
bayes_cwomb(
coords = NULL,
model = NULL,
cov.type = c("gaussian", "matern1", "matern2"),
nbatch = NULL,
curve = NULL,
type = c("rectilinear", "riemann.sum"),
approx = NULL,
verbose = T,
rule.len = 10
)
coords |
coordinates for observed process (order |
model |
the posterior samples from the MCMC fit |
cov.type |
covariance type (three available choices: Gaussian, Mat\'ern( |
nbatch |
number of batches |
curve |
coordinates for the curve |
type |
specify type or rule of quadrature |
approx |
if TRUE curve will be approximated |
verbose |
if TRUE will print status |
rule.len |
specifies accuracy for quadrature |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.