Skip to content

Add sfhotspot to Spatial task view #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions Spatial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Spatial
topic: Analysis of Spatial Data
maintainer: Roger Bivand, Jakub Nowosad
email: Roger.Bivand@nhh.no, nowosad.jakub@gmail.com
version: 2025-06-02
version: 2025-07-29
source: https://github.com/cran-task-views/Spatial/
---

Expand Down Expand Up @@ -578,7 +578,13 @@ study area.
simple computation of a full set of spatial statistic functions of
distance, including classical ones (Ripley's K and others) and more
recent ones used by spatial economists (Duranton and Overman's Kd,
Marcon and Puech's M). It relies on `r pkg("spatstat")` for core calculation.
Marcon and Puech's M). It relies on `r pkg("spatstat")` for core
calculation.
- `r pkg("sfhotspot")` provides functions for descriptive hotspot analysis and
mapping of spatial concentrations of points, including kernel-density
estimation, Getis--Ord Gi*, hotspot classification, etc. The package
attempts to provide sensible default values to assist with analysis
and mapping for students and non-experts.

### Geostatistics

Expand Down