bind_poly: Bind list of SpatialPolygons into a single SpatialPolygons...

View source: R/1.1.f.data.prep.R

bind_polyR Documentation

Bind list of SpatialPolygons into a single SpatialPolygons object

Description

This function will bind a list of splitted polygons (from split_poly()) into a single SpatialPolygons object.

Usage

bind_poly(
  occ.polys,
  sp.nm = "species",
  save = TRUE,
  crs.set = "+proj=longlat +datum=WGS84"
)

Arguments

occ.polys

list of SpatialPolygons to bind

sp.nm

Species name, used on saving shapefile

save

Should save polygons on disk?

crs.set

set the coordinate reference system (CRS) of the polygons

Value

shapefile with binded polygons

See Also

set_calibarea_b, set_calibarea, split_poly, NbClust


HemingNM/ENMwizard documentation built on Jan. 4, 2024, 3:24 p.m.