windFarms | R Documentation |
Data from a study of the effect of offshore wind farms on fish communities (Bergström et al. 2013), with measurements before (2003) and after (2010) wind farm installation at 36 different sites in three zones – two affected by wind farms, and two control zones. Abundances have been recorded for 16 different taxa.
data(windFarms)
A list containing three objects:
A data frame with descriptors of location and time of sampling. These include:
'Year', a factor giving year of sampling, only 2003 and 2010 measurements are available here;
'Zone', a factor giving zone of sampling, WF
for wind farm, N
for Northern zone,
S
for Southern zone;
'Station', a factor indicating station ID;
'Impact', a factor indicating whether sampling is 'Before' or 'After' wind farm construction.
A data frame containing abundances of 16 different fish taxa.
The total abundance of fish at each site.
Bergström, L., Sundqvist, F., & Bergström, U. (2013). Effects of an offshore wind farm on temporal and spatial patterns in the demersal fish community. Marine Ecology Progress Series 485, 199-210.
data(windFarms)
eels =windFarms$abund[,14]
plot(eels~interaction(Impact,Zone), data=windFarms$X, horizontal=TRUE,
las=1, xlab="",ylab="Eel abundance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.