Multi-Proxy Paleoecological Analysis Using R
2024-03-05
Welcome!
This book can be used to learn how to conduct a paleoecological analysis in R. The project methods described here are formally reviewed and cited in the following paper:
Bosch J, Álvarez-Manzaneda I, Smol J, Michelutti N, Robertson GJ, Wilhelm SI, Montevecchi WA. 2024 Blending census and paleolimnological data allows for tracking the establishment and growth of a major gannet colony over several centuries. Proceedings of the Royal Society B [in review].
0.1 Study Methods
For this study, we gathered sediment records from a pond situated 240m upwind of the northern gannet (Morus bassanus) colony in Cape St Mary’s Ecological Reserve (Newfoundland, CA) that receives seabird nutrients. We reconstructed the population trends of the gannets using multiple proxies (δ15N, chlorophyll a, phosphorus, cadmium, zinc, ornithogenic diatoms) related to seabird nutrient inputs into freshwater catchments. By aligning shifts in seabird-related proxies to historical census data, we reveal how paleo-reconstructions can accurately follow known population counts.
0.2 Study Site Description
Samples were taken from Cape St. Mary’s Ecological Reserve, in Newfoundland. The main nesting site within the Reserve is named Bird Rock. A review of the paleolimnological process at play are shown in the graphical abstract below. Two sediment cores were obtained for the study, one from the impacted pond (ID: CSM-IMP-2
) ~240 m away from the colony, and another from a reference pond (study control, ID: CSM-REF-3
) more than 1 km away from the colony.
0.3 Resources
0.3.1 Download data
Download some of the example data from my github repo - Paleo_Analysis_Using_R
0.3.2 Install packages
Install all of the packages used in this analysis:
REQUIRED:
Ggplot2
andGgpubr
- Wickham H (2016). ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York. ISBN 978-3-319-24277-4,
Note that installation may differ depending on the type of operating system you’re using.