-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
37 lines (37 loc) · 941 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
30
31
32
33
34
35
36
37
Package: ggord
Type: Package
Title: Ordination Plots with ggplot2
Version: 1.1.8
Date: 2024-07-16
Author: Marcus W. Beck [aut, cre]
Maintainer: Marcus W. Beck <[email protected]>
Description: Create ordination biplots with ggplot2. Multiple methods are
available including principal components analysis, correspondence analysis,
nonmetric multidimensional scaling, multiple correspondence analysis, and linear
discriminant analysis. Limited triplot methods are also available.
BugReports: https://github.com/fawda123/ggord/issues
License: CC0
LazyData: true
Imports:
ggplot2,
ggrepel,
grid,
plyr
Depends:
R (>= 3.1.1)
Suggests:
knitr,
ade4,
adephylo,
ape,
ca,
FactoMineR,
MASS,
phylobase,
vegan,
rmarkdown
Authors@R: person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "[email protected]")
RoxygenNote: 7.2.3
VignetteBuilder: knitr