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


lingtypology documentation built on Aug. 23, 2023, 5:09 p.m.