View source: R/MakePointsStack.R
MakePointsStack | R Documentation |
Function to create stack for presence only points
MakePointsStack(data, presences, tag = "points", intercept = TRUE, mesh, coordnames = NULL, InclCoords = FALSE, polynoms = NULL, scale = FALSE)
data |
|
presences |
|
tag |
Name for this stack (defaults to "points"). |
intercept |
should an intercept be added? Defaults to |
mesh |
INLA mesh. |
coordnames |
Names of coordinates. |
InclCoords |
should coordinates be included in data? (defaults to |
polynoms |
If not |
scale |
Should the distance be scaled by dividing by the mean of the non-zero distances? Defaults to |
An INLA stack with points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.