https://github.com/danstich/elliptiophenology
Code and data for E. complanata phenology
https://github.com/danstich/elliptiophenology
Last synced: 25 days ago
JSON representation
Code and data for E. complanata phenology
- Host: GitHub
- URL: https://github.com/danstich/elliptiophenology
- Owner: danStich
- Created: 2018-04-04T12:22:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T16:59:02.000Z (almost 8 years ago)
- Last Synced: 2025-10-25T23:41:34.152Z (9 months ago)
- Language: R
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elliptioPhenology
Data and code for analysis of seasonal patterns in Eastern Elliptio (*Elliptio complanata*) reproductive phenology.
## Files
`eliptioData.csv` contains the current working data set for the analysis. These data are relocation events for individually marked Eastern Elliptio in Otego Creek, NY, during summer 2016.
`tag` = Individual tag ID
`sex` = sex of mussel (excludes apparent hermaphrodites)
`status` = stage of gamete expression (not brooding, brooding[gamete] stage of females, or sperm expression for males)
`gametes` = a binary indicator of whether or not gametes were present in either sex
`utm` = UTM (NAD83) northings and eastings for individual mussels where recorded
`date` = calendar date in m/d/Y format
`elliptioPhenology.R` is an R script that does some basic data manipulation, variable creation, and analysis of temporal trends in Eastern Elliptio gamete expression.