-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.47 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
36
37
38
39
Package: dispersalDiversity
Type: Package
Title: Analyse individual and genetic diversity of dispersal processes in
biological populations
Version: 0.9.9001
Authors@R: person(c("Douglas", "G."), "Scofield", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Douglas G. Scofield <[email protected]>
Description: A collection of R functions to analyse individual and genetic
diversity in biological populations, primarily in the context of studying
dispersal processes. The basic data format is a types x sites matrix.
Functions are provided for calculating alpha, beta, delta/omega and gamma
diversity using a variety of measures; calculating alpha, beta,
delta/omega and gamma diversity of allelic variation; and comparing
diversity measures between samples.
URL: https://github.com/douglasgscofield/dispersalDiversity
BugReports: https://github.com/douglasgscofield/dispersalDiversity/issues
License: LGPL-3 | file LICENSE
Depends:
readGenalex (>= 1.0)
Imports:
lattice
Suggests:
RColorBrewer,
testthat
Collate:
'divtable-class.R'
'allele_divtables-class.R'
'dispersalDiversity-data.R'
'dispersalDiversity-package.R'
'nielsenTransform.R'
'diversity-divtable.R'
'diversity-allele_divtables.R'
'diversityTests-divtable.R'
'diversityTests-allele_divtables.R'
'gammaAccum-divtable.R'
'gammaAccum-allele_divtables.R'
'membershipPlot.R'
'plotPairwiseMatrix.R'
RoxygenNote: 5.0.1