Get kernel density estimation poligon from coordinates
Source:R/polygon.points_kde.R
polygon.points_kde.Rd
This function is based on this answer: https://gis.stackexchange.com/a/203623/
Arguments
- latitude
numeric vector of latitudes
- longitude
numeric vector of longitudes
- latitude.width
bandwidths for latitude values. Defaults to normal reference bandwidth (see bandwidth.nrd).
- longitude.width
bandwidths for longitude values. Defaults to normal reference bandwidth (see bandwidth.nrd).