add_shape {nodiv} | R Documentation |
Add a shapefile to a nodiv
data object
Description
Takes a shapefile, e.g. as points or polygons, and adds it to the data object
Usage
add_shape(distrib_data, shape)
Arguments
distrib_data |
An object of type |
shape |
A GIS shapefile, from e.g. packages |
Value
Returns the object with the new shapefile
Author(s)
Michael Krabbe Borregaard
See Also
Examples
# remove the shapefile from coquettes
data(coquettes)
sh <- coquettes$shape
coquettes$shape <- NULL
# and add it back in
coquettes <- add_shape(coquettes, sh)
[Package nodiv version 1.4.2 Index]