forked from andrie/ggdendro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1015 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
Package: ggdendro
Author: Andrie de Vries, Brian Ripley
Authors@R: c(person("Andrie", "de Vries", role=c("aut", "cre"),
email="apdevries@gmail.com"), person(c("Brian", "D."), "Ripley", role =
c("aut"), comment = "author of package tree"))
License: GPL-2|GPL-3
Title: Tools for extracting dendrogram and tree diagram
plot data for use with ggplot.
LazyData: true
LazyLoad: true
Description: This is a set of tools for dendrograms and
tree plots using ggplot. The ggplot 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.
Version: 0.1-12
URL: https://github.com/andrie/ggdendro
Date: 2013-01-27
Imports:
MASS,
tree,
ggplot2(>= 0.9.2)
Collate:
'dendro_data.R'
'dendrogram.R'
'ggdendro-package.R'
'ggdendrogram.R'
'dendro_tree.R'