Learn R Programming

Sleuth3 (version 1.0-3)

ex0327: Pollen Removal

Description

As part of a study to investigate 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.

Usage

ex0327

Arguments

Format

A data frame with 47 observations on the following 3 variables.

PollenRemoved

proportion of pollen removed

DurationOfVisit

duration of visit (in seconds)

BeeType

factor variable with levels "Queen" and "Worker"

References

Harder, L.D. and Thompson, J.D. (1989). Evolutionary Options for Maximizing Pollen Dispersal of Animal-pollinated Plants, American Naturalist 133: 323--344.

Examples

Run this code
# NOT RUN {
str(ex0327)
# }

Run the code above in your browser using DataLab