git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@109098 bc3139a8-67e5-0310-9ffc-ced21a209358
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 |
+ |