View source: R/futureOverlap.R
futureOverlap | R Documentation |
Calculate future overlap of SDMs with shapefile categories
futureOverlap(r, futures, field, category, r.names, futures.names)
r |
list of Rasters of binary SDMs |
futures |
List of SpatialPolygons* objects with same CRS as r |
field |
The shapefile field attribute containing the features to compare (i.e., the column name). |
category |
a list of the names of shapefile features to compare. If all features are to be used, input "All". |
r.names |
list of character values of the names representing each raster in r |
futures.names |
list of character values of the names representing each SpatialPolygons* object in futures. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.