multi_isolate: Multi isolate dataset

Description Usage Format Examples

Description

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.

Usage

1
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

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

ec50estimator documentation built on Sept. 15, 2020, 5:07 p.m.