Learn R Programming

ADER (version 1.5)

firefly: Mating in Fireflies

Description

Number of eggs laid by female fireflies (Photinus ignitus (Fall, 1927)) after mating either with just one male or sequentially with three males.

Usage

data("firefly")

Arguments

Format

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

weight

Weight of each female firefly.

eggs

Number of eggs produced after mating.

mating

Type of experimental mating: either single male or triple mating with tree different males.

Examples

Run this code
data(firefly)
str(firefly)

Run the code above in your browser using DataLab