| Brachycera {BSagri} | R Documentation |
Eklektor counts of Brachycera
Description
In a field trial, 4 treatments were arranged in a randomized complete block design with 8 blocks and 32 plots. Soil eklektor traps were placed in each plot, on six dates from 2005-07-12 to 2005-09-25, the number of individuals of Brachycera (Flies, Order Diptera) hatching from soil were counted. The individuals were classified to the family level. Interest was in assessing potential effects of the novel treatment (Novum) on the abundance of Brachycera, compared to a near standard (Standard) and two additional standard treatments, A and B.
Usage
data(Brachycera)
Format
A data frame with 192 observations on the following 15 variables.
Datea POSIXt variable, the time of counting the individuals in the eklektor trap
Treatmenta factor with 4 levels
ABStandardNovum, whereNovumis the novel treatment of interest in safety assessment, andStandardis the nearest standard treatment which commonly accepted.AandBare two additional standard treatments.Blocka numeric vector, specifying the eight blocks 1-8
Plota factor with levels
A1A2toStandard8, indicator of the individuals plotsAgromya numeric vector, counts of individuals
Anthoma numeric vector, counts of individuals
Callipa numeric vector, counts of individuals
Chloroa numeric vector, counts of individuals
Ephyda numeric vector, counts of individuals
Drosoa numeric vector, counts of individuals
Hyboa numeric vector, counts of individuals
Muscia numeric vector, counts of individuals
Phoria numeric vector, counts of individuals
Sphaera numeric vector, counts of individuals
Totala numeric vector, counts of individuals
Source
...
Examples
data(Brachycera)
par(mar=c(11,5,3,1))
boxplot(Total ~ Treatment*Date, data=Brachycera, las=2,
col=c("white","white","blue","green"))
legend(x=15, y=80, legend=levels(Brachycera$Treatment),
fill=c("white","white","blue","green"))