mapSpaceTime: Construct maps for spatial point process models

Description Usage Arguments

View source: R/mapSpaceTime.R

Description

Constructs mean and standard deviation maps for spatial point process models

Usage

1
2
3
4
5
6
mapSpaceTime(
  spaceTimeModel,
  dims,
  type = c("mean", "sd", "0.025quant", "0.5quant", "0.975quant", "mode"),
  sPoly = NULL
)

Arguments

spaceTimeModel

An object of class spatialTimePP.

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.


ReseauBiodiversiteQuebec/mapSpecies documentation built on Dec. 18, 2021, 9:57 a.m.