Title: | Sepkoski's Fossil Marine Animal Genera Compendium |
---|---|
Description: | Stratigraphic ranges of fossil marine animal genera from Sepkoski's (2002) published compendium. No changes have been made to any taxonomic names. However, first and last appearance intervals have been updated to be consistent with stages of the International Geological Timescale. Functionality for generating a plot of Sepkoski's evolutionary fauna is also included. For specific details on the compendium see: Sepkoski, J. J. (2002). A compendium of fossil marine animal genera. Bulletins of American Paleontology, 363, pp. 1–560 (ISBN 0-87710-450-6). Access: <https://www.biodiversitylibrary.org/item/40634#page/5/mode/1up>. |
Authors: | Lewis A. Jones [aut, cre] |
Maintainer: | Lewis A. Jones <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.1.9000 |
Built: | 2024-10-29 06:03:15 UTC |
Source: | https://github.com/lewisajones/sepkoski |
This dataset provides the interval table used for updating the intervals in Sepkoski's fossil marine animal genera compendium with the International Geological Time Scale 2023. This table was generated based on published literature and the GeoWhen Database. In the majority of cases, this was a clear conversion. However, in several cases reasonable interpretation was required.
interval_table
interval_table
A data.frame
with 302 rows and 4 variables:
A character denoting the oldest international geological stage.
A character denoting the youngest international geological stage.
A character denoting the original interval abbreviation.
A character denoting the original interval.
This dataset is a port of Sepkoski's (2002) published compendium of fossil marine animal genera. This version of the dataset was pulled from Shanan Peters' online database. No changes have been made to any taxonomic names. However, first and last appearance intervals have been updated to stages from the International Geological Time Scale 2023. In updating interval names, some interpretation was required. The interval_table dataset documents the linked interval names.
sepkoski
sepkoski
A data.frame
with 35826 rows and 9 variables:
A character denoting the phylum of the taxon.
A character denoting the class of the taxon.
A character denoting the order of the taxon.
A character denoting the genus of the taxon.
A character denoting the great evolutionary fauna type of the taxon.
A character denoting the interval of first occurrence.
A character denoting the interval of last occurrence.
A numeric denoting the interval age of first occurrence.
A numeric denoting the interval age of last occurrence.
Sepkoski, J. J. (2002). A compendium of fossil marine animal genera. Bulletins of American Paleontology, 363, pp. 1–560.
Shanan Peter's 'Sepkoski's Online Genus Database': http://strata.geology.wisc.edu/jack/.
This function plots Sepkoski's evolutionary fauna (Sepkoski, 1981), using the Sepkoski (2002) fossil marine animal genera compendium (i.e. the included sepkoski dataset). No changes have been made to any taxonomic names in this dataset. However, first and last appearance intervals have been updated to stages from the International Geological Time Scale 2023. As such, minor differences may be observed to previously published plots. See interval_table for interval definitions.
sepkoski_curve()
sepkoski_curve()
Taxa are assigned to evolutionary fauna (EF) categories as follows:
Cambrian EF: Trilobita, Polychaeta, Tergomya ("Monoplacophora"), Inarticulata, and Hyolithomorpha.
Paleozoic EF: Anthozoa, Articulata, Asteroidea, Cephalopoda, Crinoidea, Ostracoda, Ophiuroidea, Somasteroidea, and Stenolaemata.
Modern EF: Bivalvia, Chondrichthyes, Demospongia, Echinoidea, Gastropoda, Gymnolaemata, Malacostraca, and Osteichthyes.
Function is primiarly used to plot Sepkoski's curve with ggplot2. A ggplot object is returned invisibly.
Sepkoski, J. J. (1981). A factor analytic description of the Phanerozoic marine fossil record. Paleobiology, 7(1), pp. 36–53.
Sepkoski, J. J. (2002). A compendium of fossil marine animal genera. Bulletins of American Paleontology, 363, pp. 1–560.
# Generate default plot sepkoski_curve() # Customise plot colours library(ggplot2) sepkoski_curve() + scale_fill_brewer() # Customise geological timescale library(deeptime) sepkoski_curve() + coord_geo( pos = as.list(rep("bottom", 2)), dat = list("stages", "periods"), height = list(unit(1, "lines"), unit(1, "line")), size = list(2.5, 2.5), lab = list(FALSE, TRUE))
# Generate default plot sepkoski_curve() # Customise plot colours library(ggplot2) sepkoski_curve() + scale_fill_brewer() # Customise geological timescale library(deeptime) sepkoski_curve() + coord_geo( pos = as.list(rep("bottom", 2)), dat = list("stages", "periods"), height = list(unit(1, "lines"), unit(1, "line")), size = list(2.5, 2.5), lab = list(FALSE, TRUE))
This function plots Sepkoski's evolutionary fauna (Sepkoski, 1981), using the Sepkoski (2002) fossil marine animal genera compendium (i.e. the included sepkoski dataset). No changes have been made to any taxonomic names in this dataset. However, first and last appearance intervals have been updated to stages from the International Geological Time Scale 2023. As such, minor differences may be observed to previously published plots. See interval_table for interval definitions.
sepkoski_curve_base(plot_args = NULL, axis_args = NULL, legend_args = NULL)
sepkoski_curve_base(plot_args = NULL, axis_args = NULL, legend_args = NULL)
plot_args |
|
axis_args |
|
legend_args |
|
Taxa are assigned to evolutionary fauna (EF) categories as follows:
Cambrian EF: Trilobita, Polychaeta, Tergomya ("Monoplacophora"), Inarticulata, and Hyolithomorpha.
Paleozoic EF: Anthozoa, Articulata, Asteroidea, Cephalopoda, Crinoidea, Ostracoda, Ophiuroidea, Somasteroidea, and Stenolaemata.
Modern EF: Bivalvia, Chondrichthyes, Demospongia, Echinoidea, Gastropoda, Gymnolaemata, Malacostraca, and Osteichthyes.
No return value. Function is used to plot Sepkoski's curve with user-defined arguments.
Sepkoski, J. J. (1981). A factor analytic description of the Phanerozoic marine fossil record. Paleobiology, 7(1), pp. 36–53.
Sepkoski, J. J. (2002). A compendium of fossil marine animal genera. Bulletins of American Paleontology, 363, pp. 1–560.
# Plot curve with default arguments sepkoski_curve_base() # Plot curve with user-defined arguments sepkoski_curve_base(plot_args = list(main = "Sepkoski's Curve"), axis_args = list(intervals = list("stages", "periods"), lab = FALSE), legend_args = list(bty = "o"))
# Plot curve with default arguments sepkoski_curve_base() # Plot curve with user-defined arguments sepkoski_curve_base(plot_args = list(main = "Sepkoski's Curve"), axis_args = list(intervals = list("stages", "periods"), lab = FALSE), legend_args = list(bty = "o"))
This dataset is a port of Sepkoski's (2002) published compendium of fossil marine animal genera. This version of the dataset was pulled from Shanan Peters' online database. No changes have been made to any taxonomic names or first and last appearance data. The definitions of stage/period abbreviations are provided in Sepkoski's (2002), or can be accessed via the included interval_table for convenience.
sepkoski_raw
sepkoski_raw
A data.frame
with 35826 rows and 8 variables:
A character denoting the phylum of the taxon.
A character denoting the class of the taxon.
A character denoting the order of the taxon.
A character denoting the genus of the taxon.
A character denoting the geological period of first occurrence.
A character denoting the geological stage of last occurrence.
A character denoting the geological period of first occurrence.
A character denoting the geological stage of last occurrence.
Sepkoski, J. J. (2002). A compendium of fossil marine animal genera. Bulletins of American Paleontology, 363, pp. 1–560.
Shanan Peter's 'Sepkoski's Online Genus Database': http://strata.geology.wisc.edu/jack/.