Releases: GabrielRPalma/bepr
Releases · GabrielRPalma/bepr
v0.0.6
v0.0.5
Here, we corrected some bugs in the functions related to the resistance functions and we change their names as follows:
- resistence_loss_dynamics_plot -> get_resistence_loss_dynamics;
- resistence_dynamics_plot -> get_resistence_dynamics.
v0.0.4
In this version, we added the following functionalities:
- model_plot (Function responsible for plotting the dynamics of the proposed mathematical model);
- resistence_loss_dynamcics_plot (Function responsible for visualising and obtaining the number of interactions needed for the loss of resistance based on the proposed model);
- resistence_dynamcics_plot (Function responsible for visualising and obtaining the number of interactions needed for the resistant host population to be dominant in the community based on the proposed model).
v0.0.3
Here, we start adding the main functions of the package. It includes:
- model function -> include the bepr model
- simulation function -> simulate host populations based on the model
- bifurcation function -> realise the bifurcation based on the simulation function
- biofurcation_plot function -> plot the bifurcation based on our model
v0.0.2
New features:
- Added new badges