git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@121115 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,25 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/as.polytomy.R |
|
3 |
+\name{as.polytomy} |
|
4 |
+\alias{as.polytomy} |
|
5 |
+\title{as.polytomy} |
|
6 |
+\usage{ |
|
7 |
+as.polytomy(tree, feature, fun) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{tree}{tree object} |
|
11 |
+ |
|
12 |
+\item{feature}{selected feature} |
|
13 |
+ |
|
14 |
+\item{fun}{function to select nodes to collapse} |
|
15 |
+} |
|
16 |
+\value{ |
|
17 |
+polytomy tree |
|
18 |
+} |
|
19 |
+\description{ |
|
20 |
+collapse binary tree to polytomy by applying 'fun' to 'feature' |
|
21 |
+} |
|
22 |
+\author{ |
|
23 |
+Guangchuang |
|
24 |
+} |
|
25 |
+ |