polygon.points_fd: Get polygons from fixed distance circles around coordinates

View source: R/polygon.points_fd.R

polygon.points_fdR Documentation

Get polygons from fixed distance circles around coordinates

Description

This function is based on this answer: https://www.r-bloggers.com/merging-spatial-buffers-in-r/

Usage

polygon.points_fd(latitude, longitude, width)

Arguments

latitude

numeric vector of latitudes

longitude

numeric vector of longitudes

width

radius for creating poligons around points


ropensci/lingtypology documentation built on March 17, 2024, 11:13 p.m.