forked from johnbaums/trees
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 937 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
22 lines (22 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: trees
Type: Package
Title: Plot Trees
Version: 0.1.3.9000.1
Authors@R: as.person(c(
"John Baumgartner <johnbaums@gmail.com> [aut, cre]",
"Brodie Gaslam <brodie.gaslam@yahoo.com> [ctb]",
"Ha X. Dang <haxdang@gmail.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.
This package is adopt by Ha Dang to use in tree plotting of ClonEvol package
Depends:
R (>= 2.15.0)
License: GPL-3
URL: https://github.com/hdng/trees
BugReports: https://github.com/hdng/trees/issues
RoxygenNote: 5.0.1