Package: pointdensityP 0.3.5
Paul Evangelista
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.
Authors:
pointdensityP_0.3.5.tar.gz
pointdensityP_0.3.5.tar.gz(r-4.5-noble)pointdensityP_0.3.5.tar.gz(r-4.4-noble)
pointdensityP_0.3.5.tgz(r-4.4-emscripten)pointdensityP_0.3.5.tgz(r-4.3-emscripten)
pointdensityP.pdf |pointdensityP.html✨
pointdensityP/json (API)
# Install 'pointdensityP' in R: |
install.packages('pointdensityP', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- Arigon - Arigon dataset
- clean_crime - Houston crime dataset
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:c5e9b91dd0. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-linux | OK | Nov 11 2024 |
Exports:pointdensity
Dependencies:data.table
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Arigon dataset | Arigon |
Houston crime dataset | clean_crime |
Point density function for geospatial data | pointdensity |