Skip to content

spatialwarnings v2.0.0

Latest
Compare
Choose a tag to compare
@alexgenin alexgenin released this 19 May 12:03
· 143 commits to master since this release
4b33211

This is a major release of spatialwarnings, with the following changes:

Improvements:

  • New methods are available to produce null matrices, on top of shuffling the
    original matrix (e.g. based on smoothing the original matrix).

  • Significance of Power-law range can now be tested using indictest().
    Using plot_distr() on the resulting objects will display the 0.05/0.95
    quantiles of the null patch size distributions.

  • The package gains a generic function display_matrix, to eyeball the
    matrices being used in spatialwarnings objects using ggplot2

  • Improved the fitting of distributions, which should be more robust now.

  • Speed improvements in label()

Bug fixes:

  • Fixed a bug where the normalization constant for truncated power-laws was
    miscalculated

Removals:

  • All the deprecated *_spews functions are now defunct (removed).

  • Most indicator_* functions are now deprecated.

Misc changes: