Examination of Populations of the Bicknell's Thrush (Catharus Bicknelli) in New York State
Nick Hepler, University at Albany, College of Engineering and Applied Sciences
This project examines populations of the Bicknell's thrush (Catharus bicknelli) using data from the First & Second Atlases of Breeding Birds of New York. The data documents the distribution of the state’s avifauna during two distinct time periods: 1980-1985 and 2000-2005. Over 4,300 individuals submitted data during the first atlas yielding a final, cumulative dataset of over 361,583 records. Over 1,200 individuals submitted data for the second atlas project, resulting in a final database of 519,570 records. The objective of this project is to study changes in the bird’s population, breeding status, and habitat preferences.
The objective of the author was to utilize the R
language and environment for statistical computing and graphics to create a reproducible research project. The project employed Hadley Wickham's tidyverse; a collection of R
packages and principles as outlined in the R for Data Science book. The project performs the following steps with the data:
- Import
- Tidy
- Tranform
- Visualize
The final report was written using R Markdown from RStudio.
The following resources concerning the raw data are provided through the New York State Open Data website:
This project utilized a modified version of the ProjectTemplate
package architecture available in R
.
The following version of R
was used along with the following packages. These are required to complete the analysis. The version information for these packages is included as of the time of final review.
- R version 3.3.2 (2016-10-31) "Sincere Pumpkin Patch"
- tidyverse: Easily Install and Load 'Tidyverse' Packages
The Google's R Style Guide provides the foundation for the coding standards utilized in the R
source files.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.