## Not run:# Here we use a range map as our example polygonBIEN_ranges_species("Carnegiea gigantea")#saves ranges to the current working directory# Read in the polygon with sf sf <- sf::st_read(dsn =".", layer ="Carnegiea_gigantea")BIEN_ranges_sf(sf = sf, limit =10)# We use the limit argument to return only 10 range maps.# Omit the limit argument to get all ranges#Note that this will save many shapefiles to the working directory.## End(Not run)
See Also
Other range functions: BIEN_ranges_box(), BIEN_ranges_genus(), BIEN_ranges_intersect_species(), BIEN_ranges_list(), BIEN_ranges_load_species(), BIEN_ranges_shapefile_to_skinny(), BIEN_ranges_skinny_ranges_to_richness_raster(), BIEN_ranges_species(), BIEN_ranges_species_bulk()