-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.1 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
Package: biplot2d3d
Type: Package
Title: Create and Customize Ordination Plots (Biplots) in 2D and 3D
Version: 1.0.1
Authors@R: person("Andreas", "Angourakis", email = "andros.spica@gmail.com",
role = c("aut", "cre"))
Description: This package allows the user to generate fully-customized two and three
dimensional scatter plots, especially ordination plots or biplots.
For example, it can be used for displaying the first two/three principal
components of a Principal Components Analysis (points), together with
the respective variable loadings (arrows). Mainly, the ade4 and rgl packages
are used to built 2d and 3d plots, respectively. The biplots2d3d package
centralizes the control over many options available in these packages
(and others), organizing them exhastively into parameters of higher level
functions, such as biplot_2d and biplot_3d.
License: GPL-3
URL: https://github.com/Andros-Spica/biplot2d3d
LazyData: TRUE
RoxygenNote: 6.0.1
Imports:
ade4,
heplots,
rgl,
extrafont
Suggests:
knitr,
rmarkdown,
vegan,
testthat
VignetteBuilder: knitr