View source: R/MakeIntegrationStack.R
MakeIntegrationStack | R Documentation |
Function to create stack for integration points
MakeIntegrationStack(mesh, data, area, tag = "mesh", coordnames = c("X", "Y"), InclCoords = FALSE)
mesh |
INLA mesh (e.g., |
data |
|
area |
Area around each integration point (e.g., the |
tag |
name for the stack. |
coordnames |
Names for coordinates in data (if |
InclCoords |
should coordinates be included in data? (defaults to |
An INLA stack for integration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.