Plot Sepkoski's evolutionary fauna using base R
Source:R/sepkoski_curve_base.R
sepkoski_curve_base.Rd
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.
Arguments
- plot_args
list
. A named list of optional arguments that are passed directly tographics::plot()
. IfNULL
(default), a default list of arguments are used.- axis_args
list
. A named list of optional arguments that are passed directly topalaeoverse::axis_geo()
. IfNULL
(default), a default list of arguments are used. IfFALSE
, no axis is added.- legend_args
list
. A named list of optional arguments that are passed directly tographics::legend()
. IfNULL
(default), a default list of arguments are used. IfFALSE
, no legend is added.
Details
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.