estuaryZone | R Documentation |
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). Sampling was undertaken in both Inner and Outer zones of the estuary.
data(estuaryZone)
A dataframe containing (amongst other things):
A factor describing whether the sample was taken from a 'Modified' or 'Pristine' estuary.
Whether the sample was taken from Inner (upstream) or Outer (downstream) zone of the estuary.
A factor with seven levels identifying which estuary the sample was taken from.
Total abundance of all invertebrates in the sample
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.
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.
data(estuaryZone)
cols=c("blue","red","lightblue","pink")
plot(Total~interaction(Estuary,Zone),data=estuaryZone,col=cols[c(1,2,2,1,2,1,2,3,4,4,3,4,3,4)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.