Bugs: Bugs

BugsR Documentation

Bugs

Description

This data frame contains data from an experiment to see if insects are more attracted to some colors than to others. The researchers prepared colored cards with a sticky substance so that insects that landed on them could not escape. The cards were placed in a field of oats in July. Later the researchers returned, collected the cards, and counted the number of cereal leaf beetles trapped on each card.

Format

A data frame with 24 observations on the following 2 variables.

color

color of card; one of B(lue) G(reen) W(hite) Y(ellow)

trapped

number of insects trapped on the card

Source

M. C. Wilson and R. E. Shade, Relative attractiveness of various luminescent colors to the cereal leaf beetle and the meadow spittlebug, Journal of Economic Entomology 60 (1967), 578–580.

Examples


data(Bugs)
favstats(trapped ~ color, data = Bugs)


fastR2 documentation built on Nov. 9, 2023, 9:06 a.m.