Releases: r-spatialecology/shar
Releases · r-spatialecology/shar
shar v0.3.1
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
shar 0.3
- Improvements
plot_randomized_pattern()
now uses envelopes to plot randomized summary functionsplot_randomized_pattern()
includes a quantum barplot_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
shar 0.2
- Improvements
- Replaced
cat()
withmessage()
for all printing to console - All defaults set to
n_random = 1
comp_fast
argument equals TRUE if number of points exceed thresholdreconstruct_pattern()
stops if energy did not decrease for n iterationsreconstruct_marks()
stops if energy did not decrease for n iterationsplot_randomized_pattern()
can also plot point patterns
- Replaced
- 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
- Bug in
shar v0.1
shar 0.1
- First submission to CRAN