Browse code

remove get.offspring.df & get.offspring.tip

Guangchuang Yu authored on 28/01/2019 09:12:15
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{get.offspring.tip}
4
-\alias{get.offspring.tip}
5
-\title{get.offspring.tip}
6
-\usage{
7
-get.offspring.tip(tr, node)
8
-}
9
-\arguments{
10
-\item{tr}{tree}
11
-
12
-\item{node}{node}
13
-}
14
-\value{
15
-tip label
16
-}
17
-\description{
18
-extract offspring tips
19
-}
20
-\author{
21
-ygc
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{get.offspring.tip}
4 4
 \alias{get.offspring.tip}
5 5
 \title{get.offspring.tip}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -20,4 +20,3 @@ extract offspring tips
20 20
 \author{
21 21
 ygc
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 @@ extract offspring tips
20 20
 \author{
21 21
 ygc
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 @@ extract offspring tips
20 20
 \author{
21 21
 ygc
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{get.offspring.tip}
4 4
 \alias{get.offspring.tip}
5 5
 \title{get.offspring.tip}
Browse code

lots updates

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

Guangchuang Yu authored on 22/12/2015 04:08:02
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1
-% Generated by roxygen2 (4.1.1): do not edit by hand
2
-% Please edit documentation in R/tree.R
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/tree-utilities.R
3 3
 \name{get.offspring.tip}
4 4
 \alias{get.offspring.tip}
5 5
 \title{get.offspring.tip}
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9

add author



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

Guangchuang Yu authored on 27/04/2015 03:15:40
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-% Generated by roxygen2 (4.1.0): do not edit by hand
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2 2
 % Please edit documentation in R/tree.R
3 3
 \name{get.offspring.tip}
4 4
 \alias{get.offspring.tip}
Browse code

upgrade to 0.99.6

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

Guangchuang Yu authored on 16/01/2015 02:39:28
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+% Generated by roxygen2 (4.1.0): do not edit by hand
2
+% Please edit documentation in R/tree.R
3
+\name{get.offspring.tip}
4
+\alias{get.offspring.tip}
5
+\title{get.offspring.tip}
6
+\usage{
7
+get.offspring.tip(tr, node)
8
+}
9
+\arguments{
10
+\item{tr}{tree}
11
+
12
+\item{node}{node}
13
+}
14
+\value{
15
+tip label
16
+}
17
+\description{
18
+extract offspring tips
19
+}
20
+\author{
21
+ygc
22
+}
23
+