-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (29 loc) · 1.04 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
Package: ggordiplots
Type: Package
Title: Make 'ggplot2' Versions of Vegan's Ordiplots
Version: 0.4.4
Authors@R: c(person("John", "Quensen", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7669-1595")),
person("Gavin", "Simpson", role = "aut"),
person("Jari", "Oksanen", role = "aut"))
Maintainer: John Quensen <[email protected]>
Description: The 'vegan' package includes several functions for adding features
to ordination plots: ordiarrows(), ordiellipse(), ordihull(),
ordispider() and ordisurf(). This package adds these same features to
ordination plots made with 'ggplot2'. In addition, gg_ordibubble() sizes
points relative to the value of an environmental variable.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.2.0),
ggplot2 (>= 3.0.0),
vegan (>= 2.5-2),
glue
Suggests: formatR,
permute,
lattice,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/jfq3/ggordiplots
BugReports: https://github.com/jfq3/ggordiplots/issues
RoxygenNote: 7.3.2