-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 819 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: trees
Type: Package
Title: Plot Trees
Version: 0.1.3.9000
Authors@R: as.person(c(
"John Baumgartner <johnbaums@gmail.com> [aut, cre]",
"Brodie Gaslam <brodie.gaslam@yahoo.com> [ctb]"
))
Description: Generate and manipulate tree plots. Predefined tree structures can
be plotted, or random structures can be generated. Trees can be pruned to
remove one or more tiers of outer branches, and symbols can be plotted at
specified or randomly chosen coordinates along branches. Trees can be
plotted to represent hierarchical structures (e.g. dendrograms), or can
mimic trees (the things with trunks, branches and leaves) in nature.
Depends:
R (>= 3.2.0)
License: GPL-3
URL: https://github.com/johnbaums/trees
BugReports: https://github.com/johnbaums/trees/issues
RoxygenNote: 5.0.1