... | ... |
@@ -17,6 +17,16 @@ updated data.frame |
17 | 17 |
\description{ |
18 | 18 |
update data with tree info (y coordination and panel) |
19 | 19 |
} |
20 |
+\details{ |
|
21 |
+add tree information to an input data. |
|
22 |
+This function will setup y coordination and panel info |
|
23 |
+for data used in facet_plot and geom_faceet |
|
24 |
+} |
|
25 |
+\references{ |
|
26 |
+G Yu, TTY Lam, H Zhu, Y Guan (2018). Two methods for mapping and visualizing associated data |
|
27 |
+on phylogeny using ggtree. Molecular Biology and Evolution, 35(2):3041-3043. |
|
28 |
+\url{https://doi.org/10.1093/molbev/msy194} |
|
29 |
+} |
|
20 | 30 |
\author{ |
21 | 31 |
Guangchuang Yu |
22 | 32 |
} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@120776 bc3139a8-67e5-0310-9ffc-ced21a209358
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/operator.R |
|
3 |
+\name{\%+>\%} |
|
4 |
+\alias{\%+>\%} |
|
5 |
+\title{\%+>\%} |
|
6 |
+\usage{ |
|
7 |
+p \%+>\% data |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{p}{tree view} |
|
11 |
+ |
|
12 |
+\item{data}{data.frame} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+updated data.frame |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+update data with tree info (y coordination and panel) |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Guangchuang Yu |
|
22 |
+} |
|
23 |
+ |