NEWS
BoundaryStats 2.3.0 (2025-07-23)
Updates
- length of boundaries is calculated as distance from farthest points through edges of a subgraph of adjacent boundary elements, instead of straight line between points
- Gaussian neutral model uses autocorrelation range based on variogram, rather than LISA clusters
- categorical_boundary function deprecated, and functionality merged with define_boundary function
- renamed statistical test functions to improve clarity
- plot_boundary now optionally returns a SpatRaster object with boundary elements and boundary element overlaps
- removed dependencies on sf and pdqr
- added dependency on gstat
BoundaryStats 2.2.0 (2024-10-20)
Updates
- removed dependency on rgeoda
BoundaryStats 2.1.0
Updates
- reduced the number of iterations in the vignette to save checktime
Updates
- fixed algorithm for modified random clusters
- fixed bug for overlap null distribution function
- updated vignette to match above changes
BoundaryStats 2.0.1 (2023-06-28)
Updates
- Edits to upload to CRAN repository
BoundaryStats 2.0.0
Updates
- removed dependencies on raster and sp, in anticipation of the retirement of rgeos and rgdal
- improved computational efficiency for null models
- removed simultaneous autoregressive model option for null models
- updated vignette and examples