-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 843 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
Package: ggsom
Type: Package
Title: ggsom
Version: 0.4.0
Authors@R: c(person("Felipe","Carvalho", role=c("aut","cre"), email="[email protected]"),
person("Rafael", "Santos", role="ctb", email="[email protected]"),
person("Karine", "Reis", role="ctb", email="[email protected]"))
Description: Tool for visualization of SOMs object.
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
Depends: R (>= 3.4.0)
Imports: dplyr,
magrittr,
tidyr,
ggplot2,
kohonen,
assertthat,
data.table,
entropy,
tibble
Suggests: devtools,
knitr,
rmarkdown
VignetBuilder: knitr
URL: https://github.com/oldlipe/ggsom
RoxygenNote: 7.0.0
VignetteBuilder: knitr
Collate:
'ggsom.R'
'ggsom_aes.R'
'ggsom_entropy.R'
'ggsom_plot.R'
'ggsom_utils.R'
'zzz.R'