Skip to content

Releases: r-spatialecology/shar

shar v0.3.1

23 Apr 07:51
0aba360
Compare
Choose a tag to compare

shar 0.3.1

  • Improvements
    • Better structure of vignettes
    • Adding CONTRIBUTING.md
    • Trying to fix some failing tests for older R versions

shar v0.3

25 Mar 14:23
1f7fd8d
Compare
Choose a tag to compare

shar 0.3

  • Improvements
    • plot_randomized_pattern() now uses envelopes to plot randomized summary functions
    • plot_randomized_pattern() includes a quantum bar
    • plot_randomized_pattern() now can return plots after each other (Press )
    • calculate_engery() can also calculate the energy for marked reconstructions
    • Improved warning messages
  • Bugfixes
    • Explicitly C++11 compiler
  • New functionality
    • plot_randomized_pattern() to plot randomized rasters

shar v0.2

06 Feb 11:07
f14ebc5
Compare
Choose a tag to compare

shar 0.2

  • Improvements
    • Replaced cat() with message() for all printing to console
    • All defaults set to n_random = 1
    • comp_fast argument equals TRUE if number of points exceed threshold
    • reconstruct_pattern() stops if energy did not decrease for n iterations
    • reconstruct_marks() stops if energy did not decrease for n iterations
    • plot_randomized_pattern() can also plot point patterns
  • Bugfixes
    • Bug in fit_point_process() that more points as present could be removed from simulated pattern
    • Bug in reconstruct_pattern() that more points as present could be removed from simulated pattern

shar v0.1

28 Jan 08:12
Compare
Choose a tag to compare

shar 0.1

  • First submission to CRAN