Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

IntertidalAlgae

Intertidal Algae


Description

Area coverage of red algae (Mazzaella parksii) in two herbivore treatments (herbivores) at two tide levels (height).

Format

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

height

a factor with levels low and mid

herbivores

a factor with levels minus and plus

sqrt.area

a numeric vector

Source

Harley, C.D.G. 2003. Individualistic vertical responses of interacting species determine range limits across a horizontal gradient. Ecology 84: 1477-1488.

Examples

str(IntertidalAlgae)

# Using * includes the main effects and the interaction
aov.fit <- aov(sqrt.area ~ herbivores * height, data = IntertidalAlgae)
summary(aov.fit)
lm.fit <- lm(sqrt.area ~ herbivores * height, data = IntertidalAlgae)
anova(lm.fit)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.