-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·35 lines (35 loc) · 1.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: divDyn
Type: Package
Title: Diversity Dynamics using Fossil Sampling Data
Version: 0.8.3
Authors@R: c(
person(given="Adam T.", family="Kocsis", role=c("cre", "aut"), email="[email protected]", comment=c(ORCID="0000-0002-9028-665X")),
person(given="John", family="Alroy", role=c("aut"), comment=c(ORCID="0000-0002-9882-2111")),
person(given="Carl J.", family="Reddin", role=c("aut"), comment=c(ORCID="0000-0001-5930-1164")),
person(given="Wolfgang", family="Kiessling", role=c("aut"), comment=c(ORCID="0000-0002-1088-2014")),
person(given="Deutsche Forschungsgemeinschaft", role="fnd"),
person(given="FAU GeoZentrum Nordbayern", role="fnd"))
Maintainer: Adam T. Kocsis <[email protected]>
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: 2024-11-21
BugReports: https://github.com/divDyn/r-package/issues
Encoding: UTF-8
LazyData: false
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
stats,
graphics,
grDevices,
methods
NeedsCompilation: yes
RoxygenNote: 7.3.0
LinkingTo: Rcpp
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown,
vegan,
icosa