Browse code

clean up code

Guangchuang Yu authored on 30/01/2019 12:53:00
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,19 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tree-utilities.R
3
-\name{getParent.df}
4
-\alias{getParent.df}
5
-\title{getParent.df}
6
-\usage{
7
-getParent.df(df, node)
8
-}
9
-\arguments{
10
-\item{df}{tree data.frame}
11
-
12
-\item{node}{is the node id of child in tree.}
13
-}
14
-\value{
15
-integer node id of parent
16
-}
17
-\description{
18
-Get parent node id of child node.
19
-}
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{getParent.df}
4 4
 \alias{getParent.df}
5 5
 \title{getParent.df}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -17,4 +17,3 @@ integer node id of parent
17 17
 \description{
18 18
 Get parent node id of child node.
19 19
 }
20
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -17,3 +17,4 @@ integer node id of parent
17 17
 \description{
18 18
 Get parent node id of child node.
19 19
 }
20
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -17,4 +17,3 @@ integer node id of parent
17 17
 \description{
18 18
 Get parent node id of child node.
19 19
 }
20
-
Browse code

day light layout

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

Guangchuang Yu authored on 11/04/2017 01:57:57
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/tidytree.R
3
+\name{getParent.df}
4
+\alias{getParent.df}
5
+\title{getParent.df}
6
+\usage{
7
+getParent.df(df, node)
8
+}
9
+\arguments{
10
+\item{df}{tree data.frame}
11
+
12
+\item{node}{is the node id of child in tree.}
13
+}
14
+\value{
15
+integer node id of parent
16
+}
17
+\description{
18
+Get parent node id of child node.
19
+}
20
+