pointdensityP: Point Density for Geospatial Data

The function pointdensity returns a density count and the temporal average for every point in the original list. The dataframe returned includes four columns: lat, lon, count, and date_avg. The "lat" column is the original latitude data; the "lon" column is the original longitude data; the "count" is the density count of the number of points within a radius of radius*grid_size (the neighborhood); and the date_avg column includes the average date of each point in the neighborhood.

Getting started

Package details

Author"Paul Evangelista <paul.evangelista@westpoint.edu> and Dave Beskow <david.beskow@westpoint.edu>"
MaintainerPaul Evangelista <paul.evangelista@westpoint.edu>
LicenseMIT + file LICENSE
Version0.3.5
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("pointdensityP")

Try the pointdensityP package in your browser

Any scripts or data that you put into this service are public.

pointdensityP documentation built on Dec. 15, 2020, 5:36 p.m.