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 June 14, 2025, 5:07 p.m.