Description Usage Arguments Value
View source: R/mask_climate_raster_by_GoM.R
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.
1 2 3 4 5 6 | mask_climate_raster_by_geo_motif(
motif_map_raster,
climate_raster,
quant = 0.1,
index = 10
)
|
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 |
Returns a masked climate raster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.