https://github.com/cjabradshaw/silurodevoniancommunities
Lithofacies and temporal variation predict composition of Siluro-Devonian vertebrate, invertebrate, and plant communities
https://github.com/cjabradshaw/silurodevoniancommunities
community-ecology continental-drift devonian invertebrates lithofacies palaeoecology palaeoenvironment palaeontology plants sedimentology silurian tectonics vertebrates
Last synced: 4 months ago
JSON representation
Lithofacies and temporal variation predict composition of Siluro-Devonian vertebrate, invertebrate, and plant communities
- Host: GitHub
- URL: https://github.com/cjabradshaw/silurodevoniancommunities
- Owner: cjabradshaw
- License: mit
- Created: 2024-05-10T05:30:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:18:28.000Z (about 2 years ago)
- Last Synced: 2025-09-10T03:06:30.209Z (10 months ago)
- Topics: community-ecology, continental-drift, devonian, invertebrates, lithofacies, palaeoecology, palaeoenvironment, palaeontology, plants, sedimentology, silurian, tectonics, vertebrates
- Language: Jupyter Notebook
- Homepage:
- Size: 32.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Siluro-Devonian Communities
Lithofacies and temporal variation predict composition of Siluro-Devonian vertebrate, invertebrate, and plant communities. Includes multiple imputation of community data using chained equations.
lead: Corey Bradshaw
collaborators: Richard Cloutier, Clive Burrett, Mongkol Udchachon, Per Ahlberg
## Abstract
While Siluro-Devonian vertebrate communities have been well-described, co-variation in invertebrate and plant communities from the same period has not been adequately assessed. Using methods from community ecology, we tested how the combined vertebrate, invertebrate, and plant communities from 105 fossiliferous sites around the world varied relative to lithofacies and time. We built logistic linear models to examine variation in the three main communities (vertebrates, invertebrates, plants). We found that the type of lithofacies (6 categories) explained the most variation (% deviance explained [%DE] = 6.4), followed by geological period (4 categories); however, community type had little explanatory power (%DE = 0.05). Variation among most lithofacies expalined variation in presence probability. There was little support for a period×lithofacies interaction. Lithofacies explained most variation among communities when divided by major palaeo-environmental category (marine, alluvial/deltaic, freshwater/estuarine). We then applied a stochastic variant of a permutation analysis of variance to the entire community (10 vertebrate, 20 invertebrate, 7 plant taxa) to examine the relative explanatory power of lithofacies and temporal variation on composition. There was an effect of the lithofacies (R2perm = 14.0%; pperm = 0.0002; driven mainly by limestone) and categorical period (R2perm = 10.3%; pperm = 0.0001; driven mainly by the Silurian, Middle Devonian, and Late Devonian) (but not their interaction: pperm = 0.1652) on community composition. Treating time as a continuous variable (age) also demonstrated an effect on community composition (R2perm = 14.7%; pperm = 0.0004), with incidence tending to rise in most taxa from 435 to 360 million years ago. Model predictions can now be used to show spatial variation in the relative presence probability for any of the taxa we modelled provided detailed distribution maps of lithofacies are available.
## Scripts
- silurodev.R: main code to generate results
- r.squared.R: functions to estimate goodness of fit for linear models
- new_lmer_AIC_tables3.r: functions to compare linear models
- palaeocoords.ipynb: Jupyter Notebook with Python code to project current-era lat/lon coordinates to palaeo-coordinates, with corresponding plate tectonics, for anytime in the last 1 billion years (modified code supplied by @amer7632; detailed instructions here)
## Data
- sildevcomp4.txt: fossiliferous site database
- plate-model-repo: data for hindcasted tectonic reconstruction and generation of palaeo coordinates (maintain sub-folder hierarchy & unzip files in 'Topologies' sub-folder)
- sitecoords: .csv files with site coordinates — all: sitelocs.csv; and divided by major period: Silurian (SIL), Lochkovian (LOCH), Emsian (EMS), Eifelian (EIF), Givetian (GIV), Frasnian (FRAS), Famennian (FAM)

## R libraries
performance, sjPlot, lme4, ggplot2, stringr, vegan, parallel, vcdExtra, plyr, dplyr, mice, VIM
## GPlately
Install GPlately, a Python interface to accelerate spatio-temporal data analysis leveraging pyGPlates and PlateTectonicTools
(references: Merdith et al. 2021 Earth-Science Reviews 214:103477; Mather et al. 2024 Geosciences Data Journal 11:3-10)
## Python dependencies
pyGPlates, plate-model-manager, Shapely, NumPy, SciPy, Matplotlib, Cartopy, Pooch, GeoPandas, netCDF4



