seabird {fda} | R Documentation |
Numbers of sightings of different species of seabirds by year 1986 - 2005 at E. Sitkalidak, Uganik, Uyak, and W. Sitkalidak by people affiliated with the Kodiak National Wildlife Refuge, Alaska.
data(seabird)
A data frame with 3793 observations on the following 22 variables.
Year
Site
Bay
: 10 = Uyak, 20 = Uganik, 60 =
E. Sitkalidak, 70 = W. Sitkalidak
Transect
Temp
ObservCond
Average
Excellent
Fair
Good
Ideal
Bay
E. Sitkalidak
Uganik
Uyak
W. Sitkalidak
ObservCondFactor3
ExcellentIdeal
FairAverage
Good
, combining levels from ObservCond
Data provided by the Kodiak National Wildlife Refuge
Zwiefelhofer, D., Reynolds, J. H., and Keim, M. (2008) Population trends and annual density estimates for select wintering seabird species on Kodiak Island, Alaska, U.S. Fish and Wildlife Service, Kodiak National Wildlife Refuge, Technical Report, no. 08-00x
Ramsay, James O., Hooker, Giles, and Graves, Spencer B. (2009) Functional Data Analysis with R and Matlab, Springer, New York (esp. ch. 10)
data(seabird) ## maybe str(seabird) ; plot(seabird) ...