Skip to content

Commit

Permalink
Update to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkocsis committed Sep 7, 2022
1 parent 577f971 commit ef6e081
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 336 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Author: Adam T. Kocsis, John Alroy, Carl J. Reddin, Wolfgang Kiessling
Maintainer: Adam T. Kocsis <adam.t.kocsis@gmail.com>
Description: Functions to describe sampling and diversity dynamics of fossil occurrence datasets (e.g. from the Paleobiology Database). The package includes methods to calculate range- and occurrence-based metrics of taxonomic richness, extinction and origination rates, along with traditional sampling measures. A powerful subsampling tool is also included that implements frequently used sampling standardization methods in a multiple bin-framework. The plotting of time series and the occurrence data can be simplified by the functions incorporated in the package, as well as other calculations, such as environmental affinities and extinction selectivity testing. Details can be found in: Kocsis, A.T.; Reddin, C.J.; Alroy, J. and Kiessling, W. (2019) <doi:10.1101/423780>.
License: CC BY 4.0
Date: 2022-09-02
BugReports: https://github.com/divDyn/r_package/issues
Date: 2022-09-05
BugReports: https://github.com/divDyn/divDyn/issues
Encoding: UTF-8
LazyData: false
Depends:
Expand Down
2 changes: 1 addition & 1 deletion R/diversityDynamics.r
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#'
#' \code{oriGF}: Gap-filler origination rates of Alroy(2014). \emph{log((t2u + tPart)/(t3+tPart+tGFd))}
#'
#' \code{E2f3}: Second-for-third extinction propotions of Alroy (2015). As these metrics are based on an algorithmic approach, for the equations please refer to the Alroy (2015, p. 634, right column and Eq. 4)). See source code (\url{https://github.com/divDyn/r_package}) for the exact implementation, found in the \code{Metrics} function in the diversityDynamics.R file.
#' \code{E2f3}: Second-for-third extinction propotions of Alroy (2015). As these metrics are based on an algorithmic approach, for the equations please refer to the Alroy (2015, p. 634, right column and Eq. 4)). See source code (\url{https://github.com/divDyn/divDyn}) for the exact implementation, found in the \code{Metrics} function in the diversityDynamics.R file.
#'
#' \code{O2f3}: Second-for-third origination propotions of Alroy (2015). Please see \code{E2f3}.
#'
Expand Down
Loading

0 comments on commit ef6e081

Please sign in to comment.