Learn R Programming

epifitter (version 0.3.0)

PowderyMildew: Dataset powdery mildew disease progress curves

Description

Dataset containing experimental data of disease progress curves of powdery mildew under different irrigation systems and soil moisture levels in organic tomato.

Usage

data("PowderyMildew")

Arguments

Format

A data frame with 240 observations on the following 2 variables.

irrigation_type

Irrigations Systems: MS = Micro Sprinkler

moisture

Levels of soils moisture

block

Experimental blocks

time

a numeric vector containing the time points

sev

a numeric vector containg disease severity data in proportinal scales

References

Lage, D. A. C., Marouelli, W. A., and Caf<U+00E9>-Filho, A. C. 2019. Management of powdery mildew and behaviour of late blight under different irrigation configurations in organic tomato. Crop Protection. 125:104886.

Examples

Run this code
# NOT RUN {
data(PowderyMildew)
## maybe str(PowderyMildew) ; plot(PowderyMildew) ...
# }

Run the code above in your browser using DataLab