Constructs mean and standard deviation maps for spatial point process models
1 2 3 4 5 6 | mapSpaceTime(
spaceTimeModel,
dims,
type = c("mean", "sd", "0.025quant", "0.5quant", "0.975quant", "mode"),
sPoly = NULL
)
|
spaceTimeModel |
An object of class |
dims |
A vector of length 2 defining the number of pixels in rows and columns of the map. |
type |
Either "mean", "sd", "0.025quant", "0.5quant", "0.975quant" or "mode". Defines the map to be drawn. |
sPoly |
A spatial polygon to isolate the region of interest. If none is given, a map is drawn for the entire region covered by the mesh. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.