points2line | R Documentation |
points2line connects georeferenced points into an sf Linestring object.
points2line(
obs,
Year = unique(obs$Year),
Transect = unique(obs$Transect),
crs = 4326
)
obs |
sf object of bird observations with referenced Lat Lon |
Year |
year of the observations |
Transect |
transect number the observations were associated with |
This function will connect observations into a linestring object to attempt to recreate minimum sampling effort.
sf Linestring object
Erik Osnas, erik_osnas@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.