wilt {agricolae} | R Documentation |
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.
data(wilt)
A data frame with 13 observations on the following 15 variables.
place
Chmar
Chz
Cnt1
Cnt2
Cnt3
Hco1
Hco2
Hco3
Hyo1
Hyo2
Namora
SR1
SR2
Day7
Day11
Day15
Day19
Day23
Day27
Day31
Day35
Day39
Day43
Day47
Day51
AUDPC
relative
Percentajes bacterial wilt. Day7 = evaluated to 7 days, Days11 = evaluated to 11 days. see data(soil) and data(ralstonia)
Experimental field, 2004. Data Kindly provided by Dr. Sylvie Priou, Liliam Gutarra and Pedro Aley.
International Potato Center. CIP - Lima Peru.
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")