This repository contains R scripts and source code used to reproduce figures displayed on the McMurdo Dry Valleys Long-Term Ecological Research (MCM LTER) website. The scripts automatically query the latest ecological and meteorological datasets from the Environmental Data Initiative (EDI) repository, process the data, and generate high-resolution figures.
src/: Contains the R scripts used for data retrieval, processing, and visualization.figures/: Contains the generated output figures in PNG format.
To run these scripts, you need to have R installed. The scripts rely on the following R packages:
tidyverse(for data manipulation, includingreadranddplyr)ggplot2(for plotting)scales(for formatting axis labels)
You can install these dependencies from CRAN by running the following command in your R console:
install.packages(c("tidyverse", "ggplot2", "scales"))- Clone or download this repository.
- Run the R scripts
- The generated figures will be saved to the figures directory