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.7-any)pointdensityP_0.3.5.tar.gz(r-4.6-any)
pointdensityP_0.3.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
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 from:c5e9b91dd0. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 97 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 110 | ||
| wasm-release | OK | 96 |
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 |