-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
41 lines (41 loc) · 1.24 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: ggdendro
Version: 0.2.0
Title: Create Dendrograms and Tree Diagrams Using 'ggplot2'
Description: This is a set of tools for dendrograms and
tree plots using 'ggplot2'. The 'ggplot2' philosophy is to
clearly separate data from the presentation.
Unfortunately the plot method for dendrograms plots
directly to a plot device without exposing the data.
The 'ggdendro' package resolves this by making available
functions that extract the dendrogram plot data. The package
provides implementations for 'tree', 'rpart', as well as diana and agnes
(from 'cluster') diagrams.
Authors@R: c(person("Andrie", "de Vries", role=c("aut", "cre"),
email="[email protected]"), person(c("Brian", "D."), "Ripley", role =
c("aut"), comment = "author of package tree"))
License: GPL-2|GPL-3
LazyLoad: true
ByteCompile: true
URL: https://andrie.github.io/ggdendro/
BugReports: https://github.com/andrie/ggdendro/issues
Depends:
R(>= 3.5)
Imports:
MASS,
ggplot2(>= 0.9.2)
Suggests:
rpart (>= 4.0-0),
tree,
testthat,
knitr,
cluster,
scales,
spelling,
rmarkdown,
covr
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3