forked from vqv/ggbiplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.4 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
Package: ggbiplot
Type: Package
Title: A Grammar of Graphics Implementation of Biplots
Version: 0.6.3
Date: 2024-04-24
Authors@R: c(
person(c("Vincent", "Q."), "Vu", , "vqv@stat.osu.edu", role = c("aut"),
comment = c(ORCID = "0000-0002-4689-0497")),
person("Michael", "Friendly", , "friendly@yorku.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3237-0941")),
person("Aghasi", "Tavadyan", , "a.tavadyan@gmail.com", role = "ctb")
)
Description: A 'ggplot2' based implementation of biplots, giving a representation of a dataset in
a two dimensional space accounting for the greatest variance, together with variable vectors
showing how the data variables relate to this space. It provides a
replacement for stats::biplot(), but with many enhancements to control the analysis and
graphical display. It implements
biplot and scree plot methods which can be used with the results of prcomp(), princomp(),
FactoMineR::PCA(), ade4::dudi.pca() or MASS::lda() and can be customized using 'ggplot2' techniques.
Depends:
R (>= 3.5.0),
ggplot2
Imports:
scales
Suggests:
corrplot,
dplyr,
MASS,
broom,
tidyr
License: GPL-2
Encoding: UTF-8
Language: en-US
URL: https://github.com/friendly/ggbiplot, https://friendly.github.io/ggbiplot/
BugReports: https://github.com/friendly/ggbiplot/issues
RoxygenNote: 7.3.2
LazyData: true