-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 922 Bytes
/
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
Package: areaPD
Title: areaPD: Phylogenetic diversity of geographic areas
Version: 0.0.0.9000
Authors@R:
person(given = "Arley",
family = "Camargo",
role = c("aut", "cre"),
email = "arley.camargo@gmail.com",
comment = c(ORCID = "0000-0001-9082-6348"))
Description: The package areaPD contains functions for calculating
phylogenetic diversity (PD) for a set of geographic areas, the
complementarity PD given a selected area, the endemism PD for a
set of geographic areas, and for constructing a Venn's diagram
of PD within and between areas, given a phylogenetic tree and
an assignment of samples (e.g., alleles, species, etc.) to areas.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
graphics,
grDevices,
VennDiagram,
imager,
picante,
ape
Depends:
R (>= 2.10)