Browse code

upgrade nodeid and define nodelab methods

Guangchuang Yu authored on 09/08/2019 03:15:25
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,22 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tree-utilities.R
3
-\name{nodeid}
4
-\alias{nodeid}
5
-\title{nodeid}
6
-\usage{
7
-nodeid(x, label)
8
-}
9
-\arguments{
10
-\item{x}{tree object or graphic object return by ggtree}
11
-
12
-\item{label}{tip or node label(s)}
13
-}
14
-\value{
15
-internal node number
16
-}
17
-\description{
18
-convert tip or node label(s) to internal node number
19
-}
20
-\author{
21
-Guangchuang Yu
22
-}
Browse code

clean up code

guangchuang yu authored on 14/12/2017 08:47:21
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tidytree.R
2
+% Please edit documentation in R/tree-utilities.R
3 3
 \name{nodeid}
4 4
 \alias{nodeid}
5 5
 \title{nodeid}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -20,4 +20,3 @@ convert tip or node label(s) to internal node number
20 20
 \author{
21 21
 Guangchuang Yu
22 22
 }
23
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -20,3 +20,4 @@ convert tip or node label(s) to internal node number
20 20
 \author{
21 21
 Guangchuang Yu
22 22
 }
23
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -20,4 +20,3 @@ convert tip or node label(s) to internal node number
20 20
 \author{
21 21
 Guangchuang Yu
22 22
 }
23
-
Browse code

treeio

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

Guangchuang Yu authored on 28/12/2016 08:15:13
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tree-utilities.R
2
+% Please edit documentation in R/tidytree.R
3 3
 \name{nodeid}
4 4
 \alias{nodeid}
5 5
 \title{nodeid}
Browse code

update geom_strip and add nodeid function

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

Guangchuang Yu authored on 27/07/2016 04:25:34
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/tree-utilities.R
3
+\name{nodeid}
4
+\alias{nodeid}
5
+\title{nodeid}
6
+\usage{
7
+nodeid(x, label)
8
+}
9
+\arguments{
10
+\item{x}{tree object or graphic object return by ggtree}
11
+
12
+\item{label}{tip or node label(s)}
13
+}
14
+\value{
15
+internal node number
16
+}
17
+\description{
18
+convert tip or node label(s) to internal node number
19
+}
20
+\author{
21
+Guangchuang Yu
22
+}
23
+