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.

[Bosch et al. 2024]: Seabird nutrient transfer from Bird Rock, in Cape St. Mary’s Ecological Reserve (Newfoundland) to a pond nearby the seabird colony. Seen in the illustration are northern gannets (Morus bassanus) and black-legged kittiwakes (Rissa tridactyla), which both nest within the Reserve on an annual basis.

Figure 0.1: [Bosch et al. 2024]: Seabird nutrient transfer from Bird Rock, in Cape St. Mary’s Ecological Reserve (Newfoundland) to a pond nearby the seabird colony. Seen in the illustration are northern gannets (Morus bassanus) and black-legged kittiwakes (Rissa tridactyla), which both nest within the Reserve on an annual basis.

[Bosch et al. 2024]: Map of sampling locations relative to Bird Rock

Figure 0.2: [Bosch et al. 2024]: Map of sampling locations relative to Bird Rock

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:

Note that installation may differ depending on the type of operating system you’re using.

# to install the tidy packages on Ubuntu, start by opening your terminal and installing Libcurl and Vegan

sudo apt-get install -y libxml2-dev libcurl4-openssl-dev libssl-dev libv8-dev
sudo apt-get install -y r-cran-vegan