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.

data("multi_isolate")

Format

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

Examples

data(multi_isolate)
## maybe str(multi_isolate) ; plot(multi_isolate) ...