A sp_range_iucn object containing the results of the function rangemap_hull.

cvehull_range

Format

sp_range_iucn with 6 slots.

name

character, name identifying the origin of the object.

summary

data.frame, summary of results.

species_range

SpatialPolygonsDataFrame of species range.

species_unique_records

SpatialPointsDataFrame of species occurrences.

extent_of_occurrence

SpatialPolygonsDataFrame of species extent of occurrence.

area_of_occupancy

SpatialPolygonsDataFrame of species area of occupancy.

Examples

data("cvehull_range", package = "rangemap") summary(cvehull_range)
#> #> Summary of sp_range_iucn object #> --------------------------------------------------------------------------- #> #> Species range derived from: Concave_hull #> #> Species Unique_records Range_area Extent_of_occurrence #> Dasypus kappleri 56 5469566 4063262 #> Area_of_occupancy #> 184 #> #> #> #> Other contents: #>
#> Length Class Mode #> species_range 11 SpatialPolygonsDataFrame S4 #> species_unique_records 56 SpatialPointsDataFrame S4 #> extent_of_occurrence 1 SpatialPolygonsDataFrame S4 #> area_of_occupancy 46 SpatialPolygonsDataFrame S4