Description Usage Format Source Examples
In a field trial, 4 treatments (A,B, Standard, Novum) were arranged in a randomized complete block design with 8 blocks and 32 plots. In summer 2005 soil eklektor traps were placed in each plot, on six dates from 2005-07-12 to 2005-09-25, the number of individuals of Nematocera (gnats, midges and others) hatching from soil were counted. The individuals were classified to the family level. Interest was in assessing potential effects of a novel agricultural practice (Novum) on the abundance of Nematocera.
1 |
A data frame with 192 observations on the following 14 variables.
Datea POSIXt, the time of counting the individuals in the eklektor trap
Treatmenta factor with 4 levels, A, B, Standard and Novum, where Novum is the novel treatment, Standard is the standard treatment most similar to Novum, and A and B are additional standard treatments.
Blocka numeric vector, specifying the blocks 1-8
Plota factor with 32 levels A1 to Standard8, indicator variables for the individual eklektors
Bibioa numeric vector, counts of individuals, belonging to the family
Cecidoa numeric vector, counts of individuals, belonging to the family
Ceratoa numeric vector, counts of individuals, belonging to the family
Chiroa numeric vector, counts of individuals, belonging to the family
Mycetoa numeric vector, counts of individuals, belonging to the family
Psychoa numeric vector, counts of individuals, belonging to the family
Scatoa numeric vector, counts of individuals, belonging to the family
Sciaria numeric vector, counts of individuals, belonging to the family
Tipulia numeric vector, counts of individuals, belonging to the family
Totala numeric vector, total count of individuals belonging to the suborder Nematocera
personal communications, S.Prescher, JKI Braunschweig, Germany
1 2 3 4 5 6 7 8 | data(Nematocera)
par(mar=c(11,5,3,1))
boxplot(Total ~ Treatment*Date, data=Nematocera, las=2, col=c("white","white","blue","green"))
legend(x=15, y=100, legend=levels(Nematocera$Treatment), fill=c("white","white","blue","green"))
pairs(Nematocera[,c("Cecido","Cerato","Chiro","Myceto","Psycho","Sciari")])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.