points2Poly: Create circles around points and/or alpha polygons(NEED TO...

View source: R/points2poly.r

points2PolyR Documentation

Create circles around points and/or alpha polygons(NEED TO TEST)

Description

Points as a dataframe with columns species, x, and y map created from map function (used to crop the circles to a landmass)

Usage

points2Poly(
  points,
  x = "x",
  y = "y",
  species = "species",
  map,
  alpha = FALSE,
  a = 1,
  type = "All",
  buffer_m = 1000
)

Arguments

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


dilljone/EvoGEAR documentation built on May 7, 2023, 5:12 a.m.