Description Usage Arguments Value Examples
Creates a dataset with a specified number of bacteria to use with other functions
1 | create_bac(num = 10, prop_res = 0.5)
|
num |
The number of bacteria in the dataset |
prop_res |
Starting proportion of bacteria that are resistant to antibiotics |
A dataset
1 | bac_data = create_bac(num=10, prop_res = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.