create_operator | R Documentation |
A function to compute a list of objects for the operator.
create_operator(
locs,
name = "matern",
right.boundary = "neumann",
left.boundary = "neumann",
common.grid = FALSE,
extend = NULL,
max.dist,
cutoff = 1e-10,
n.cores = 1
)
locs |
A numeric list of measurement locations. |
name |
A character string for the operator type,
possible options are |
right.boundary |
A character string denoting the boundary condition for the right boundary. |
left.boundary |
A character string denoting the boundary condition for the left boundary. |
common.grid |
A logical variable for using a common grid for all subjects,
|
extend |
A numeric vector with two elements specifying the amount of extension of the grid to the left and right beyondthe measurement locations. |
max.dist |
A numeric value for largest distance between nodes in the discretization |
This is a supplementary function to be used internally by other functions.
estimateLong
## Not run:
create_operator(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.