Package: pointdensityP
Title: Point Density for Geospatial Data
Version: 0.3.5
Author: "Paul Evangelista <paul.evangelista@westpoint.edu> and Dave Beskow
    <david.beskow@westpoint.edu>"
Maintainer: Paul Evangelista <paul.evangelista@westpoint.edu>
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.
Depends: R (>= 3.4.0)
Imports: data.table, utils
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-12-12 16:16:56 UTC; paul.evangelista
Repository: CRAN
Date/Publication: 2020-12-13 00:00:03 UTC
Built: R 4.1.0; ; 2021-05-26 08:15:35 UTC; unix
