Adding simulation tools to mobsim#36
Open
AlbanSagouis wants to merge 13 commits into
Open
Conversation
these functions were initially developed in another package working on top of mobsim
R CMD check passed
New functions for step-by-step simulation dynamics: - create_motherpoints(): generates random mother point coordinates per species - jitter_motherpoints() / jitter_species(): applies per-species random jitter to mother points or all individuals - drift_x/y_motherpoints() / drift_x/y_species(): applies fixed directional drift - replace_individuals(): reassigns species identity by local neighbourhood composition - torusify() with methods for mother_map, community, data.frame, and numeric: wraps out-of-bounds coordinates around like a torus - community2ppp(): converts a community object to a spatstat ppp - create_random_ID(): generates random alphanumeric identifiers Tests: structural, invariant, reproducibility, and snapshot tests for all new functions; fixed four duplicate test names in test-drift_motherpoints.R. Vignettes: added knitr opts (dpi: 72, fig.retina: 1) to all five vignettes to reduce embedded image size by ~75%, bringing the total package archive weight from ~8 MB down to an estimated ~2.5 MB. Misc: version bump to 0.3.3, RoxygenNote updated to 7.3.3, fixed duplicate Description line, removed spatstat.geom from Suggests (it is in Imports). app layout update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New functions allow randomly moving clusters and/or individuals at each time step, and simulate reproduction.