Description Usage Arguments Author(s)
Create a 1D mesh specification inla.mesh.1d
object, that
defines a function space for 1D SPDE models.
1 2 3 4 5 6 | inla.mesh.1d(loc,
interval = range(loc),
boundary = NULL,
degree = 1,
free.clamped = FALSE,
...)
|
loc |
B-spline knot locations. |
interval |
Interval domain endpoints. |
boundary |
Boundary condition specification. Valid conditions are
|
degree |
The B-spline basis degree. Supported values are 0, 1, and 2. |
free.clamped |
If |
... |
Additional option, currently unused. |
Finn Lindgren finn.lindgren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.