mapSpace: Construct species distribution maps models

Description Usage Arguments

View source: R/mapSpace.R

Description

Constructs mean, standard deviation, and quantile (0.025, 0.5 and 0.975) maps for models calculated using uniSpace and ppSpace

Usage

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

Arguments

modelSpace

An object of class ppSpace or of class uniSpace.

dims

A vector of length 2 defining the number of pixels to use as rows and columns to define the map.

type

Either "mean", "sd", "0.025quant", "0.5quant", "0.975quant", "mode" or "space". Defines the map to be drawn. If "space", maps the mean of the spatial field.

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.