git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@113679 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
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
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
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 |
+ |