Browse code

clean up code

guangchuang yu authored on 14/12/2017 08:47:21
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/ape.R
3
-\name{apeBoot}
4
-\alias{apeBoot}
5
-\title{apeBoot}
6
-\usage{
7
-apeBoot(phylo, boot)
8
-}
9
-\arguments{
10
-\item{phylo}{phylo}
11
-
12
-\item{boot}{bootstrap values}
13
-}
14
-\value{
15
-an instance of 'apeBootstrap'
16
-}
17
-\description{
18
-merge phylo and output of boot.phylo to 'apeBootstrap' object
19
-}
20
-\author{
21
-Guangchuang Yu
22
-}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -20,4 +20,3 @@ merge phylo and output of boot.phylo to 'apeBootstrap' object
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 @@ merge phylo and output of boot.phylo to 'apeBootstrap' object
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 @@ merge phylo and output of boot.phylo to 'apeBootstrap' object
20 20
 \author{
21 21
 Guangchuang Yu
22 22
 }
23
-
Browse code

lots of new layers

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

Guangchuang Yu authored on 22/12/2015 04:13:13
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/ape.R
3
+\name{apeBoot}
4
+\alias{apeBoot}
5
+\title{apeBoot}
6
+\usage{
7
+apeBoot(phylo, boot)
8
+}
9
+\arguments{
10
+\item{phylo}{phylo}
11
+
12
+\item{boot}{bootstrap values}
13
+}
14
+\value{
15
+an instance of 'apeBootstrap'
16
+}
17
+\description{
18
+merge phylo and output of boot.phylo to 'apeBootstrap' object
19
+}
20
+\author{
21
+Guangchuang Yu
22
+}
23
+