| transect | R Documentation |
A pilot study was carried out to examine the entry pattern of an insect pest (beetles) into a susceptible crop. Researchers hypothesized that beetles infiltrate the crop from the field edge, advancing toward the centre. Following initial detection of beetles in the field, a transect was established running from the field edge toward the centre, with beetle sampling conducted at 2-meter intervals. At each sampling point, beetles were counted on four randomly selected plants to provide replicate measurements for each distance. The resulting data consist of the distance from the crop edge (variate Distance) and the corresponding beetle count (variate Count) for each sampled plant. This structure allows for analysis of spatial trends in beetle infestation across the field transect.
transect
A data frame with 4 variables: DPlant, Distance, fDist, Count.
Factor. Unique identifier for each sampled plant.
Integer. Distance (in meters) from the edge of the field along the transect where the plant was sampled.
Factor. Factor-level code for distance group along the transect.
Integer. Number of beetles counted on the sampled plant.
Welham, S. J., Gezan, S. A., Clark, S. J., and Mead, A. (2015) Statistical Methods in Biology: Design and analysis of experiments and regression
anova(lm(log10(Count) ~ Distance + fDist, data = transect))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.