Browse code

clip="off" and update docs

Guangchuang Yu authored on 06/12/2019 03:01:17
Showing 1 changed files
... ...
@@ -4,8 +4,7 @@
4 4
 \alias{add_colorbar}
5 5
 \title{add_colorbar}
6 6
 \usage{
7
-add_colorbar(p, color, x = NULL, ymin = NULL, ymax = NULL,
8
-  font.size = 4)
7
+add_colorbar(p, color, x = NULL, ymin = NULL, ymax = NULL, font.size = 4)
9 8
 }
10 9
 \arguments{
11 10
 \item{p}{tree view}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -29,4 +29,3 @@ add colorbar legend
29 29
 \author{
30 30
 Guangchuang Yu
31 31
 }
32
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -29,3 +29,4 @@ add colorbar legend
29 29
 \author{
30 30
 Guangchuang Yu
31 31
 }
32
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -29,4 +29,3 @@ add colorbar legend
29 29
 \author{
30 30
 Guangchuang Yu
31 31
 }
32
-
Browse code

new features

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

Guangchuang Yu authored on 16/02/2016 04:04:44
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/ggtree.R
2
+% Please edit documentation in R/method-scale-color.R
3 3
 \name{add_colorbar}
4 4
 \alias{add_colorbar}
5 5
 \title{add_colorbar}
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,4 +1,4 @@
1
-% Generated by roxygen2 (4.1.1): do not edit by hand
1
+% Generated by roxygen2: do not edit by hand
2 2
 % Please edit documentation in R/ggtree.R
3 3
 \name{add_colorbar}
4 4
 \alias{add_colorbar}
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: 8ac2c857e0925891c1fcc68ee4e9869e4df05ccb

update add_colorbar



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

Guangchuang Yu authored on 04/05/2015 13:23:10
Showing 1 changed files
... ...
@@ -4,7 +4,8 @@
4 4
 \alias{add_colorbar}
5 5
 \title{add_colorbar}
6 6
 \usage{
7
-add_colorbar(p, color, x, ymin, ymax, font.size = 4)
7
+add_colorbar(p, color, x = NULL, ymin = NULL, ymax = NULL,
8
+  font.size = 4)
8 9
 }
9 10
 \arguments{
10 11
 \item{p}{tree view}
Browse code

Commit made by the Bioconductor Git-SVN bridge.

Commit id: 49eb77cb1b7cfe3a7a437cc779df6cfcbf366342

add_colorbar


Commit id: 45b7e39bae9036f7bda2a117a7c66c3f8eb98e77

remove slash line in heatmap legend <2015-04-30, Thu>


Commit id: 05c85c9dc70bc6f48727c13b34f7d2c5a86f46c8

add space between residue substitution



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

Guangchuang Yu authored on 30/04/2015 07:57:06
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,31 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/ggtree.R
3
+\name{add_colorbar}
4
+\alias{add_colorbar}
5
+\title{add_colorbar}
6
+\usage{
7
+add_colorbar(p, color, x, ymin, ymax, font.size = 4)
8
+}
9
+\arguments{
10
+\item{p}{tree view}
11
+
12
+\item{color}{output of scale_color function}
13
+
14
+\item{x}{x position}
15
+
16
+\item{ymin}{ymin}
17
+
18
+\item{ymax}{ymax}
19
+
20
+\item{font.size}{font size}
21
+}
22
+\value{
23
+ggplot2 object
24
+}
25
+\description{
26
+add colorbar legend
27
+}
28
+\author{
29
+Guangchuang Yu
30
+}
31
+