Browse code

clip="off" and update docs

Guangchuang Yu authored on 06/12/2019 03:01:17
Showing 1 changed files
... ...
@@ -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
 }
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -20,4 +20,3 @@ update data with tree info (y coordination and panel)
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 @@ update data with tree info (y coordination and panel)
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 @@ update data with tree info (y coordination and panel)
20 20
 \author{
21 21
 Guangchuang Yu
22 22
 }
23
-
Browse code

facet_plot

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

Guangchuang Yu authored on 07/09/2016 01:36:05
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/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
+