This dataset, pollen_removal, is a data frame containing data from a
study investigating reproductive strategies in plants. Biologists
recorded the time spent at sources of pollen and the proportions of
pollen removed by bumblebee queens and honeybee workers pollinating a
species of lily.
A data frame with 47 observations and 3 variables:
- PollenRemoved
Numeric vector indicating the proportion of pollen removed
- DurationOfVisit
Integer vector indicating the duration of visit
- BeeType
Factor w/ 2 levels indicating the bee type
Source
Data taken from the Sleuth3 package version 1.0-6
Details
The dataset name has been kept as 'pollen_removal' to avoid confusion
with other datasets in the R ecosystem. This naming convention helps
distinguish this dataset as part of the agridatasets package and assists
users in identifying its specific characteristics.