rasAhull: rasAhull: rasterize the aHull polygons

Description Usage Arguments Value Author(s) Examples

View source: R/rasAhull_function.R

Description

Rasterize the aHull distribution maps (or other objects from a 'SpatialPolygons' or 'SpatialDataFrame' classes) based on a 'raster' object.

Usage

1
rasAhull (aHull, ras)

Arguments

aHull

Alpha hull polygons or other types of distribution data representing the species extent of occurrence (EOO). It might be a 'aHull' object (see aHull to obtain such class of object) or a list of 'SpatialPolygons' or 'SpatialPolygonsDataFrame' from a multiple-species.

ras

A raster object (file in .asc or .tif format) to be used as baseline to rasterize the provided polygons.

Value

rasAhull returns a list of features from 'raster' class.

Author(s)

Thaís Dória & Daniel Gonçalves-Souza

Examples

1
2
3
# Example for signature 'aHull'

ras_ahull <- rasAhul(aHull, ras)

thaisdoria/habitaR documentation built on Dec. 18, 2020, 8:09 p.m.