Description Usage Arguments Details Value Examples
Updates the bacteria infections by phage, generating or decaying phage
1 | update_all(data_bac, data_pha, p, tr_count = 0)
|
data_bac |
The dataset containing the bacteria information |
data_pha |
The dataset containing the phage information |
p |
General parameters. These must have been created using the set_params function. |
This function is not best practice, as it updates the datasets by forcibly reassigning them to the gloabl environment!!
Updated phae and bacteria datasets, assigned to the global environment
1 | update_all(data_bac=data_bac, data_pha=data_pha, gen=0, p=params)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.