polygon.points_fd {lingtypology} | R 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 |
[Package lingtypology version 1.1.17 Index]