estuaries {ecostats}R Documentation

Effect of pollution on marine microinvertebrates in estuaries

Description

Data from an observational study of whether there is a different in microinvertebrate communities between estuaries that have been heavily modified by human activity and those that have not, across seven estuaries along the coast of New South Wales, Australia (Clark et al. 2015).

Usage

data(estuaries)

Format

A dataframe containing (amongst other things):

Mod

A factor describing whether the sample was taken from a 'Modified' or 'Pristine' estuary.

Zone

Whether the sample was taken from Inner (upstream) or Outer (downstream) zone of the estuary.

Estuary

A factor with seven levels identifying which estuary the sample was taken from.

Total

Total abundance of all invertebrates in the sample

Richness

Richness of taxa in the sample – the number of responses (of those in columns 8-94) taking a non-zero value

Other variables in the dataset give invertebrate counts separately for different taxa.

References

Clark, G. F., Kelaher, B. P., Dafforn, K. A., Coleman, M. A., Knott, N. A., Marzinelli, E. M., & Johnston, E. L. (2015). What does impacted look like? high diversity and abundance of epibiota in modified estuaries. Environmental Pollution 196, 12-20.

Examples

data(estuaries)
plot(Total~Estuary,data=estuaries,col=c(4,2,2,4,2,4,2))

[Package ecostats version 1.1.11 Index]