Description Usage Arguments Value Examples
Create the polygon for the study area from a data set of class ‘OrganizedBirds’
1 | OB2Polygon(x, shape = "bBox")
|
x |
an object of class ‘OrganizedBirds’, ‘sf’ or ‘SpatialPointsDataFrame’ |
shape |
which type of polygon should be made from the data:
|
an object of class ‘sf’ with a polygon with geodesic coordinates in WGS84 (ESPG:4326).
1 2 | ob <- organizeBirds(bombusObs)
polygon <- OB2Polygon(ob, shape = "cHull")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.