Browse code

update geom_balance

Guangchuang Yu authored on 14/08/2019 08:10:10
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,24 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/geom_balance.R
3
-\name{get_balance_position}
4
-\alias{get_balance_position}
5
-\title{get_balance_position}
6
-\usage{
7
-get_balance_position(treeview, node, direction)
8
-}
9
-\arguments{
10
-\item{treeview}{tree view}
11
-
12
-\item{node}{selected node}
13
-
14
-\item{direction}{either (1 for 'up' or 2 for 'down')}
15
-}
16
-\value{
17
-data.frame
18
-}
19
-\description{
20
-get position of balance (xmin, xmax, ymin, ymax)
21
-}
22
-\author{
23
-Justin Silverman
24
-}
Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -22,4 +22,3 @@ get position of balance (xmin, xmax, ymin, ymax)
22 22
 \author{
23 23
 Justin Silverman
24 24
 }
25
-
Browse code

update docs

guangchuang yu authored on 16/08/2017 02:36:13
Showing 1 changed files
... ...
@@ -22,3 +22,4 @@ get position of balance (xmin, xmax, ymin, ymax)
22 22
 \author{
23 23
 Justin Silverman
24 24
 }
25
+
Browse code

add extend parameter in geom_cladelabel

guangchuang yu authored on 26/07/2017 02:13:53
Showing 1 changed files
... ...
@@ -22,4 +22,3 @@ get position of balance (xmin, xmax, ymin, ymax)
22 22
 \author{
23 23
 Justin Silverman
24 24
 }
25
-
Browse code

update citation info

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

Guangchuang Yu authored on 24/06/2016 06:22:28
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/geom_balance.R
3
+\name{get_balance_position}
4
+\alias{get_balance_position}
5
+\title{get_balance_position}
6
+\usage{
7
+get_balance_position(treeview, node, direction)
8
+}
9
+\arguments{
10
+\item{treeview}{tree view}
11
+
12
+\item{node}{selected node}
13
+
14
+\item{direction}{either (1 for 'up' or 2 for 'down')}
15
+}
16
+\value{
17
+data.frame
18
+}
19
+\description{
20
+get position of balance (xmin, xmax, ymin, ymax)
21
+}
22
+\author{
23
+Justin Silverman
24
+}
25
+