Learn R Programming

pointdensityP (version 0.3.5)

Point Density for Geospatial Data

Description

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.

Copy Link

Version

Install

install.packages('pointdensityP')

Monthly Downloads

231

Version

0.3.5

License

MIT + file LICENSE

Maintainer

Paul Evangelista

Last Published

December 13th, 2020

Functions in pointdensityP (0.3.5)

Arigon

Arigon dataset
clean_crime

Houston crime dataset
pointdensity

Point density function for geospatial data