Description Usage Format Examples
Dataset containing simulated data of mycelial growth under increasing fungicide doses for 50 fungal isolates, two types of field (conventional and organic), and two different fungicides.
1 | data("multi_isolate")
|
A data frame with 3500 observations on the following 5 variables.
isolate
a numeric vector
field
a factor with levels Conventional
Organic
fungicida
a factor with levels Fungicide A
Fungicide B
dose
a numeric vector
growth
a numeric vector
1 2 | data(multi_isolate)
## maybe str(multi_isolate) ; plot(multi_isolate) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.