Description Usage Arguments Details Value Examples
View source: R/makeLandClippedHulls.R
makeLandClippedHulls
returns the clipped convex hulls by species for a
single object of class sf (a data frame).
1 |
x |
object of class sf, sfc or sfg |
CHECK THIS I MIGHT HAVE FIXED THAT
A warning message will appear for st_intersection
, which is correct,
however so long as the crs of your geometry
column is
longitude/latitude (4326) it is of no consequence.
These hulls are clipped to landmasses only. x
must have
both a geometry
and a binomial
column present to work.
For more felxible convex hull generation see st_convex_hull
Landmasses used to clip to are generated from the rnaturalearth
package using the ne_countries
function. please see its documentation
here ne_countries for a full breakdown.
An object (x
) of class sf, sfc or sfg with clipped convex
hulls computed and stored in the geometry
column.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.