In-Class Assignment - NEON Bird Data
Intro to Quantitative Ecology:
NEON collects a plethora of interesting ecological data throughout North America, so we will just explore a tiny bit of bird data from the Harvard Forest site from 2015-2018.
This ungraded in-class activity is meant to get you started with the NEON bird data assignment. Important tasks include:
data.frame
ojects into a master
data.frame
.You’ll use data from the National Ecological Observatory Network (NEON).
You can find the data files on the main course GitHub page.
You need to download the NEON data files for each year
here()
rbind()
head()
hist()
birds_2015
etc.data.frame
. Call this data.frame
birds_all
.You won’t turn in this assignment, but to complete the NEON group assignment, you’ll need to make sure you can answer questions like the following about the dataset:
observerDistance
column.pointCountMinute
column. Do
you notice any potential problems?