Dendro Help!

Useful Dendrochronology Links

Check out this running list of links to dendrochronology software, hardware, climate data sources, and analysis techniques.

Help Videos on Dendrochronology

I've developed a few videos to help those new to tree-ring analysis. The CooRecorder videos were recently published as part of a research note. Please cite this publication if you use CooRecorder in your research.

Maxwell, R.S. and Larsson, L.A. 2021. Measuring tree-ring widths using the CooRecorder software application. Dendrochronologia 67, 125841. https://doi.org/10.1016/j.dendro.2021.125841

Coorecorder Tutorial

You can download an mp4 file of the Coorecorder Tutorial 1 here.

Coorecorder Tips!

You can download an mp4 file of the Coorecorder Tutorial 2 here.

Cdendro Tutorial

You can download an mp4 file of the Cdendro Tutorial here.

Crossdating in xDater with Andy Bunn

Measuring Blue Intensity with Karen Heeter

Finding Climate Data for Dendrochronology

Creating a Chronology in dplR

Here are the data for the "Creating a tree-ring chronology in dplR", "Climate-Growth Response Analysis in Dendrochronology", and "Disturbance Analysis in Dendrochronology". Download and save to your working directory.

R script

Ring width data

Climate data

Climate-Growth Response Analysis in Dendrochronology

Disturbance Analysis in Dendrochronology

Principal Components Regression using PCReg

Collecting a wedge sample from a fire-scarred tree with Tom Saladyga

Dendrochronology Module for Higher Education

This was a collaboration with Dr. Jeremy Wojdak in the Department of Biology at Radford University. Dr. Wodjak was awarded a grant from the NSF to use image analysis to teach biology and statistics to undergraduate students. More info here.

Summary: In this module, students analyze images of tree rings already collected from the field - eastern hemlock trees from Northeastern US forests. Then, students will be asked to think about the relationship between annual growth in trees and different aspects of climate. They will make one or more novel hypotheses and test those hypotheses with the data they generate from the tree ring analysis, and publicly available long-term climate records. The data and hypotheses most students will generate will be amenable to analysis by linear regression. The image analysis part of the module can easily be supplemented with local fieldwork, where possible, enriching the experience and offering really interesting opportunities to talk about data sources, sharing, and reuse.

Download the module here: https://qubeshub.org/publications/544/2

Dendro code on GitHub

  1. Here is some helpful code to run some of the main dendro packages in R. I use this to teach at the North American Dendroecological Fieldweek - https://github.com/chrismgentry/rNADEF (thanks to Chris Gentry for getting this up!)

  2. This bit of code allows you to transform long-format climate data from PRISM into a 12-column format - https://github.com/treeringer/prismformat

  3. Stay tuned for Laura Smith's pcrecon package that allows you to run principal components regressions for climate reconstruction.