Description Usage Arguments Value Examples
Randomly mutate bacteria, depending on mutation rate
1 | mutate_bac(data, mutate_bac = 0.1)
|
data |
The dataset containing the bacteria information |
mutate_bac |
Mutation rate of bacteria |
An updated dataset
1 | bac_data = mutate_bac(data=bac_data, mutate_bac=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.