All notable changes to this project will be documented in this file.
- Remove old code of geometric sensitivity
- Change data_frame_triangles to geom_indices
- Slice the triangles df instead of subset it.
- Correct print and plot functions with the new data structure.
- Return triangle_list in estimate_envelope.
- Use ribbons instead of lines for the envelope.
- Plot envelope ribbon min and max without NAs.
- Force to finite values in envelope ribbon.
- Documentation and import checks.
- Tweak plot styles (in derivative).
- Add package badges.
- Add linear and donut examples in a separate
data.R
file.
- Add pre-commit config
- Move envelope loop to its own function
- Change alphastats to spatgeom in manual
- Include envelope plots
This is the initial release for spatgeom
.
- Fix parameter names to make the package more modular.
- Fix print function to a S3 method.
- Fix github urls repository.
- Fix miscellaneous things for CRAN checks.
- Add Roxygen documentation on all relevant functions.
- Add simple enough examples under the
@examples
tag to pass all the CRAN tests.
- Add new parameter for
mc_cores
. Now, the main function could run the estimation in parallel cores.
- Delete old barcode and plots implementations.
- Remove unused code overall all the package.
- Split plot functions into
plot_curves
andplot_alphashapes
.