horn | R Documentation |
Data collected to assess the environmental impact of the offshore wind farm Horns Rev. Specifically, the focus here is on the abundance and distribution of a large sea duck, the common scoter (Melanitta nigra).
data("horn")
A data frame with 27854 observations on the following 11 variables.
XPos
X coordinate in UTM projection (metres).
YPos
Y coordinate in UTM projection (metres).
Year
Year observation was made (eg, 2005).
Month
Month observation was made (1-12).
Day
Day observation was made (1-31).
Depth
Sea depth at spatial location of observation in metres.
TransectID
Unique transect ID (character).
Area
Observation area for each count (km2).
Nhat
Estimated scoter abundance from distance sampling (response).
YearMonth
Concatanated year and month of observation (e.g., 200511
is November 2005).
Impact
Factor indicating whether estimate is from before (pre
) of after (post
) the wind farm was built.
The data are collected along tracklines (transects) from the ocean surface using aerial survey methods. These tracks are followed from the air by plane and the number of animals at each location (on or near the track lines) are recorded. The observed counts are adjusted for the fact that not all animals at the surface are seen. This correction for the imperfect detection process was carried out using distance sampling.
data(horn)
str(horn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.