seaweed | R Documentation |
Data from a study of habitat configuration, specifically, does density of invertebrate epifauna on seaweed vary across sites with different levels of isolation from each other.
data(seaweed)
A dataframe containing:
A character vector describing size of experimental plots as "SMALL" or "LARGE"
Distance of isolation – 0, 2 or 10 metres from other algal beds
Sampling time - either 5 or 10 weeks from the start of the experiment.
The replicate number (1 to 5).
Wet mass of the algal bed for that plot.
Total invertebrate density in the plot, calculated as nuber of individuals divided by Wmass
.
Other variables in the dataset give invertebrate counts separately for different taxa.
Roberts, D. A. & Poore, A. G. (2006). Habitat configuration affects colonisation of epifauna in a marine algal bed. Biological Conservation 127, 18-26.
data(seaweed)
boxplot(Total~Dist, data=seaweed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.