multi_isolate {ec50estimator}R Documentation

Multi isolate dataset

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

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) ...

[Package ec50estimator version 0.1.0 Index]