-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
44 lines (44 loc) · 882 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
38
39
40
41
42
43
44
Package: ggmulti
Type: Package
Title: High Dimensional Data Visualization
Version: 1.0.6
Authors@R: c(
person('Zehao', 'Xu', email = 'z267xu@uwaterloo.ca', role = c("aut", "cre")),
person('R. Wayne', 'Oldford', email = 'rwoldford@uwaterloo.ca', role = c("aut"))
)
Description: It provides materials (i.e. 'serial axes' objects, Andrew's plot, various glyphs for scatter plot) to visualize high dimensional data.
License: GPL-2
Depends:
R (>= 3.4.0),
methods,
ggplot2
Imports:
stats,
utils,
grid,
dplyr,
tidyr,
cli
Suggests:
png,
tools,
stringr,
markdown,
magrittr,
gridExtra,
tibble,
testthat,
grDevices,
knitr,
rmarkdown,
tidyverse,
gtable,
covr,
maps,
nycflights13,
ggplot2movies
RoxygenNote: 7.2.1
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US