Skip to content

Releases: GabrielRPalma/bepr

v0.0.6

11 Jul 17:26
Compare
Choose a tag to compare

Here, we change the documentation links and the package description.

v0.0.5

06 Jul 09:31
Compare
Choose a tag to compare

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

06 Jul 08:47
Compare
Choose a tag to compare

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

27 Jun 22:46
Compare
Choose a tag to compare

Here, we start adding the main functions of the package. It includes:

  1. model function -> include the bepr model
  2. simulation function -> simulate host populations based on the model
  3. bifurcation function -> realise the bifurcation based on the simulation function
  4. biofurcation_plot function -> plot the bifurcation based on our model

v0.0.2

22 Jun 15:13
Compare
Choose a tag to compare

New features:

  • Added new badges