Browse code

update man files and fixed R check

Guangchuang Yu authored on 23/03/2022 04:13:34
Showing 1 changed files
... ...
@@ -7,13 +7,22 @@
7 7
 revts(treeview)
8 8
 }
9 9
 \arguments{
10
-\item{treeview}{treeview}
10
+\item{treeview}{original tree view}
11 11
 }
12 12
 \value{
13
-updated treeview
13
+updated tree view
14 14
 }
15 15
 \description{
16
-reverse timescle x-axis
16
+reverse timescle x-axis by setting the most recent tip to 0
17
+}
18
+\details{
19
+'scale_x_continuous(labels=abs)' is required if users want to set the x-axis lable to absolute value
20
+}
21
+\examples{
22
+tr <- rtree(10)
23
+p <- ggtree(tr) + theme_tree2()
24
+p2 <- revts(p) 
25
+p2 + scale_x_continuous(labels=abs)
17 26
 }
18 27
 \author{
19 28
 Guangchuang Yu
Browse code

roxygen2md

Guangchuang Yu authored on 01/11/2019 04:24:00
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/x-axis.R
2
+% Please edit documentation in R/axis.R
3 3
 \name{revts}
4 4
 \alias{revts}
5 5
 \title{revts}
Browse code

ylim_ggtree

Guangchuang Yu authored on 31/10/2019 07:16:49
Showing 1 changed files
... ...
@@ -16,5 +16,5 @@ updated treeview
16 16
 reverse timescle x-axis
17 17
 }
18 18
 \author{
19
-guangchuang yu
19
+Guangchuang Yu
20 20
 }
Browse code

geom_range

Guangchuang Yu authored on 23/07/2019 16:25:05
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/xlim.R
2
+% Please edit documentation in R/x-axis.R
3 3
 \name{revts}
4 4
 \alias{revts}
5 5
 \title{revts}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -18,4 +18,3 @@ reverse timescle x-axis
18 18
 \author{
19 19
 guangchuang yu
20 20
 }
21
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -18,3 +18,4 @@ reverse timescle x-axis
18 18
 \author{
19 19
 guangchuang yu
20 20
 }
21
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -18,4 +18,3 @@ reverse timescle x-axis
18 18
 \author{
19 19
 guangchuang yu
20 20
 }
21
-

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

Guangchuang Yu authored on 07/11/2016 03:17:14
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/xlim.R
3
+\name{revts}
4
+\alias{revts}
5
+\title{revts}
6
+\usage{
7
+revts(treeview)
8
+}
9
+\arguments{
10
+\item{treeview}{treeview}
11
+}
12
+\value{
13
+updated treeview
14
+}
15
+\description{
16
+reverse timescle x-axis
17
+}
18
+\author{
19
+guangchuang yu
20
+}
21
+