mask_climate_raster_by_geo_motif: Mask a climate raster by the motif map raster

Description Usage Arguments Value

View source: R/mask_climate_raster_by_GoM.R

Description

Using the motif map raster obtained from applying Grade of Membership model on the counts data, this function can mask climate raster - including temperature, precipitation etc.

Usage

1
2
3
4
5
6
mask_climate_raster_by_geo_motif(
  motif_map_raster,
  climate_raster,
  quant = 0.1,
  index = 10
)

Arguments

motif_map_raster

The motif map raster obtained from fitting GoM model on the species abundance counts data.

climate_raster

the climate raster which is to be masked.

quant

A scaling factor determining how fine the raster grid is

index

The number of levels to be used

Value

Returns a masked climate raster.


kkdey/ecostructure documentation built on Jan. 26, 2021, 4:10 p.m.