| 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.
placeChmar Chz Cnt1 Cnt2 Cnt3 Hco1 Hco2 Hco3 Hyo1 Hyo2 Namora SR1 SR2Day7Day11Day15Day19Day23Day27Day31Day35Day39Day43Day47Day51AUDPCrelativePercentajes 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")