| wilt | 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.
placea factor with levels Chmar Chz Cnt1 Cnt2 Cnt3 Hco1 Hco2 Hco3 Hyo1 Hyo2 Namora SR1 SR2
Day7a numeric vector
Day11a numeric vector
Day15a numeric vector
Day19a numeric vector
Day23a numeric vector
Day27a numeric vector
Day31a numeric vector
Day35a numeric vector
Day39a numeric vector
Day43a numeric vector
Day47a numeric vector
Day51a numeric vector
AUDPCa numeric vector
relativea numeric vector
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.