Browse code

roxygen2md

Guangchuang Yu authored on 01/11/2019 04:24:00
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,23 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tree-utilities.R
3
-\name{rotateTreePoints.df}
4
-\alias{rotateTreePoints.df}
5
-\title{rotateTreePoints.data.fram}
6
-\usage{
7
-rotateTreePoints.df(df, pivot_node, nodes, angle)
8
-}
9
-\arguments{
10
-\item{df}{tree data.frame}
11
-
12
-\item{pivot_node}{is the id of the pivot node.}
13
-
14
-\item{nodes}{list of node numbers that are to be rotated by angle around the pivot_node}
15
-
16
-\item{angle}{in range [0,2], ie degrees/180, radians/pi}
17
-}
18
-\value{
19
-updated tree data.frame with points rotated by angle
20
-}
21
-\description{
22
-Rotate the points in a tree data.frame around a pivot node by the angle specified.
23
-}
Browse code

clean up code

guangchuang yu authored on 14/12/2017 08:47:21
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 % Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/tidytree.R
2
+% Please edit documentation in R/tree-utilities.R
3 3
 \name{rotateTreePoints.df}
4 4
 \alias{rotateTreePoints.df}
5 5
 \title{rotateTreePoints.data.fram}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -21,4 +21,3 @@ updated tree data.frame with points rotated by angle
21 21
 \description{
22 22
 Rotate the points in a tree data.frame around a pivot node by the angle specified.
23 23
 }
24
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -21,3 +21,4 @@ updated tree data.frame with points rotated by angle
21 21
 \description{
22 22
 Rotate the points in a tree data.frame around a pivot node by the angle specified.
23 23
 }
24
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -21,4 +21,3 @@ updated tree data.frame with points rotated by angle
21 21
 \description{
22 22
 Rotate the points in a tree data.frame around a pivot node by the angle specified.
23 23
 }
24
-
Browse code

day light layout

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

Guangchuang Yu authored on 11/04/2017 01:57:57
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/tidytree.R
3
+\name{rotateTreePoints.df}
4
+\alias{rotateTreePoints.df}
5
+\title{rotateTreePoints.data.fram}
6
+\usage{
7
+rotateTreePoints.df(df, pivot_node, nodes, angle)
8
+}
9
+\arguments{
10
+\item{df}{tree data.frame}
11
+
12
+\item{pivot_node}{is the id of the pivot node.}
13
+
14
+\item{nodes}{list of node numbers that are to be rotated by angle around the pivot_node}
15
+
16
+\item{angle}{in range [0,2], ie degrees/180, radians/pi}
17
+}
18
+\value{
19
+updated tree data.frame with points rotated by angle
20
+}
21
+\description{
22
+Rotate the points in a tree data.frame around a pivot node by the angle specified.
23
+}
24
+