1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,28 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/paml_rst.R |
|
3 |
-\name{read.baseml} |
|
4 |
-\alias{read.baseml} |
|
5 |
-\title{read.baseml} |
|
6 |
-\usage{ |
|
7 |
-read.baseml(rstfile, mlbfile) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{rstfile}{rst file} |
|
11 |
- |
|
12 |
-\item{mlbfile}{mlb file} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-A \code{paml_rst} object |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-read rst and mlb file from baseml output |
|
19 |
-} |
|
20 |
-\examples{ |
|
21 |
-rstfile <- system.file("extdata/PAML_Baseml", "rst", package="ggtree") |
|
22 |
-mlbfile <- system.file("extdata/PAML_Baseml", "mlb", package="ggtree") |
|
23 |
-read.baseml(rstfile, mlbfile) |
|
24 |
-} |
|
25 |
-\author{ |
|
26 |
-Guangchuang Yu \url{http://ygc.name} |
|
27 |
-} |
|
28 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@98340 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,28 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/paml_rst.R |
|
3 |
+\name{read.baseml} |
|
4 |
+\alias{read.baseml} |
|
5 |
+\title{read.baseml} |
|
6 |
+\usage{ |
|
7 |
+read.baseml(rstfile, mlbfile) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{rstfile}{rst file} |
|
11 |
+ |
|
12 |
+\item{mlbfile}{mlb file} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+A \code{paml_rst} object |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+read rst and mlb file from baseml output |
|
19 |
+} |
|
20 |
+\examples{ |
|
21 |
+rstfile <- system.file("extdata/PAML_Baseml", "rst", package="ggtree") |
|
22 |
+mlbfile <- system.file("extdata/PAML_Baseml", "mlb", package="ggtree") |
|
23 |
+read.baseml(rstfile, mlbfile) |
|
24 |
+} |
|
25 |
+\author{ |
|
26 |
+Guangchuang Yu \url{http://ygc.name} |
|
27 |
+} |
|
28 |
+ |