Browse code

geom_motif #148

guangchuang yu authored on 22/08/2017 08:22:37
Showing 1 changed files
... ...
@@ -18,4 +18,3 @@ convert Date to decimal format, eg "2014-05-05" to "2014.34"
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 @@ convert Date to decimal format, eg "2014-05-05" to "2014.34"
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 @@ convert Date to decimal format, eg "2014-05-05" to "2014.34"
18 18
 \author{
19 19
 Guangchuang Yu
20 20
 }
21
-
Browse code

lots updates

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

Guangchuang Yu authored on 22/12/2015 04:08:02
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-% Generated by roxygen2 (4.1.1): do not edit by hand
1
+% Generated by roxygen2: do not edit by hand
2 2
 % Please edit documentation in R/Date.R
3 3
 \name{Date2decimal}
4 4
 \alias{Date2decimal}
Browse code

add r8s and raxml support

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

Guangchuang Yu authored on 02/10/2015 06:16:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,21 @@
1
+% Generated by roxygen2 (4.1.1): do not edit by hand
2
+% Please edit documentation in R/Date.R
3
+\name{Date2decimal}
4
+\alias{Date2decimal}
5
+\title{Date2decimal}
6
+\usage{
7
+Date2decimal(x)
8
+}
9
+\arguments{
10
+\item{x}{Date}
11
+}
12
+\value{
13
+numeric
14
+}
15
+\description{
16
+convert Date to decimal format, eg "2014-05-05" to "2014.34"
17
+}
18
+\author{
19
+Guangchuang Yu
20
+}
21
+