Browse code

update man files and fixed R check

Guangchuang Yu authored on 23/03/2022 04:13:34
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
 as.polytomy(tree, feature, fun)
8 8
 }
9 9
 \arguments{
10
-\item{tree}{tree object}
10
+\item{tree}{tree object, 'phylo' object only}
11 11
 
12 12
 \item{feature}{selected feature}
13 13
 
Browse code

fixed R check

Guangchuang Yu authored on 25/01/2019 21:12:11
Showing 1 changed files
... ...
@@ -20,5 +20,5 @@ polytomy tree
20 20
 collapse binary tree to polytomy by applying 'fun' to 'feature'
21 21
 }
22 22
 \author{
23
-Guangchuang
23
+Guangchuang Yu
24 24
 }
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -22,4 +22,3 @@ collapse binary tree to polytomy by applying 'fun' to 'feature'
22 22
 \author{
23 23
 Guangchuang
24 24
 }
25
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -22,3 +22,4 @@ collapse binary tree to polytomy by applying 'fun' to 'feature'
22 22
 \author{
23 23
 Guangchuang
24 24
 }
25
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -22,4 +22,3 @@ collapse binary tree to polytomy by applying 'fun' to 'feature'
22 22
 \author{
23 23
 Guangchuang
24 24
 }
25
-
Browse code

as.polytomy

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@121115 bc3139a8-67e5-0310-9ffc-ced21a209358

Guangchuang Yu authored on 19/09/2016 07:21:18
Showing 1 changed files
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
+