-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.44 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
40
41
Package: Radviz
Type: Package
Title: Project Multidimensional Data in 2D Space
Version: 0.9.3
Authors@R: c(person('Yann','Abraham',email='yann.abraham@gmail.com',role=c('aut','cre')),
person('Nicolas','Sauwen',email='nicolas.sauwen@openanalytics.eu',role=c('aut')))
Depends:
R (>= 3.0)
Imports:
ggplot2,
dplyr,
rlang,
stats,
utils,
igraph,
pracma,
hexbin,
Rcpp
Suggests:
knitr,
rmarkdown,
bodenmiller,
tidyr,
RColorBrewer,
cytofan,
scales
LinkingTo: Rcpp, RcppArmadillo
Description: An implementation of the radviz projection in R. It enables the visualization of
multidimensional data while maintaining the relation to the original dimensions.
This package provides functions to create and plot radviz projections, and a number of summary
plots that enable comparison and analysis. For reference see Ankerst *et al.* (1996)
(<https://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.68.1811>) for original implementation,
see Di Caro *et al* (2012) (<https://link.springer.com/chapter/10.1007/978-3-642-13672-6_13>)
for the original method for dimensional anchor arrangements, see Demsar *et al.* (2007)
(<doi:10.1016/j.jbi.2007.03.010>) for the original Freeviz implementation.
License: CC BY-NC-SA 4.0
URL: https://github.com/yannabraham/Radviz
BugReports: https://github.com/yannabraham/Radviz/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Encoding: UTF-8