Learn R Programming

Sleuth2 (version 2.0-7)

case0901: Effects of Light on Meadowfoam Flowering

Description

Meadowfoam is a small plant found growing in moist meadows of the US Pacific Northwest. Researchers reported the results from one study in a series designed to find out how to elevate meadowfoam production to a profitable crop. In a controlled growth chamber, they focused on the effects of two light--related factors: light intensity and the timeing of the onset of the ligth treatment.

Usage

case0901

Arguments

Format

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

Flowers

average number of flowers per meadowfoam plant

Time

time light intensity regiments started

Intens

light intensity (in \(\mu\)mol/m\(^2\)/sec)

Examples

Run this code
str(case0901)
plot(Flowers~Intens, case0901, pch= ifelse(Time=="Early", 19, 21))

Run the code above in your browser using DataLab