Learn R Programming

agricolae (version 1.2-0)

wilt: Data of Bacterial Wilt (AUDPC) and soil

Description

Percentage of bacterial wilt and area under the curve of disease progression (AUDPC) relative tomato plants transplanted in different soil types artificially infested with R.solanacearum 133 days before.

Usage

data(wilt)

Arguments

source

Experimental field, 2004. Data Kindly provided by Dr. Sylvie Priou, Liliam Gutarra and Pedro Aley.

Details

Percentajes bacterial wilt. Day7 = evaluated to 7 days, Days11 = evaluated to 11 days. see data(soil) and data(ralstonia)

References

International Potato Center. CIP - Lima Peru.

Examples

Run this code
library(agricolae)
data(wilt)
days<-c(7,11,15,19,23,27,31,35,39,43,47,51)
AUDPC<-audpc(wilt[,-1],days)
relative<-audpc(wilt[,-1],days,type="relative")

Run the code above in your browser using DataLab