points2Poly | R Documentation |
Points as a dataframe with columns species, x, and y map created from map function (used to crop the circles to a landmass)
points2Poly(
points,
x = "x",
y = "y",
species = "species",
map,
alpha = FALSE,
a = 1,
type = "All",
buffer_m = 1000
)
points |
A dataframe containing at least the columns x, y, and sepcies |
x |
the column name for the x coord |
y |
the column name for the y coord |
species |
the column name for the species |
map |
a raster of the extent of the map |
alpha |
TRUE/FALSE for if to run Alpha_Huyll procedure |
a |
the amount of rounding to run alpha hull on |
type |
not gonna lie. I forgot. Not needed at the moment |
buffer_m |
amount of buffer in meters around each point |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.