plantTracker: An R package to translate maps of plant occurrence into demographic data

This project is a collaboration with Peter Adler, Shannon Albeke, David Atkins, Jared Studyvin and Daniel Laughlin, with funding from Wyoming EpSCOR and WEST Ecosystems Technology.

By Alice Stears in Publications software

March 21, 2023

Long-term demographic data are rare yet invaluable for conservation, management, and basic research on the underlying mechanisms of population and community dynamics. Historical and contemporary mapped datasets of plant location and basal area present a relatively untapped source of demographic records that, in some cases, span over 20 years of sequential data collection. However, these maps do not uniquely mark individual plants, making the process of collecting growth, survival, and recruitment data difficult.

Recent efforts to translate historical maps of plant occurrence into shapefiles make it possible to use computer algorithms to track individuals through time and determine individual growth and survival. plantTracker is an R package which contains user-friendly functions to extract neighbourhood density, growth, and survival data from repeatedly-sampled maps of plant location and basal area. These functions can be used with data derived from quadrat maps, aerial photography, and remote sensing, and while designed for use with perennial plants, can be applied to any repeatedly mapped sessile organism.

This package contains two primary functions:

  • trackSpp(), which tracks individuals through time and assigns demographic data
A diagram of how the trackSpp() function works
  • getNeighbors(), which calculates both within and between-species neighbourhood occupancy around each mapped individual
A diagram of how the getNeighbors() function works

plantTracker also contains functions to estimate plot-level recruitment, calculate plot-level population growth rate, and create quadrat maps.


Find out more about this R package…

  • on GitHub
  • on the package webpage
  • in our paper published in Methods in Ecology and Evolution in 2022

Stears, Alice E., Peter B. Adler, Shannon E. Albeke, David H. Atkins, Jared Studyvin and Daniel C. Laughlin. 2022. plantTracker: An R package to translate maps of plant occurrence into demographic data. Methods in Ecology and Evolution, 13(10), 2129-2137. doi.org/10.1111/2041-210X.13950

Posted on:
March 21, 2023
Length:
2 minute read, 272 words
Categories:
Publications software
See Also: