1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,26 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/phyloT.R |
|
3 |
-\name{read.phyloT} |
|
4 |
-\alias{read.phyloT} |
|
5 |
-\title{read.phyloT} |
|
6 |
-\usage{ |
|
7 |
-read.phyloT(file, ...) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{file}{newick tree file} |
|
11 |
- |
|
12 |
-\item{...}{additional parameters to read.tree} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-phylo object |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-parse output from phyloT |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-guangchuang yu |
|
22 |
-} |
|
23 |
-\references{ |
|
24 |
-\url{http://phylot.biobyte.de/} |
|
25 |
-} |
|
26 |
- |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/phyloT.R |
|
3 |
+\name{read.phyloT} |
|
4 |
+\alias{read.phyloT} |
|
5 |
+\title{read.phyloT} |
|
6 |
+\usage{ |
|
7 |
+read.phyloT(file, ...) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{file}{newick tree file} |
|
11 |
+ |
|
12 |
+\item{...}{additional parameters to read.tree} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+phylo object |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+parse output from phyloT |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+guangchuang yu |
|
22 |
+} |
|
23 |
+\references{ |
|
24 |
+\url{http://phylot.biobyte.de/} |
|
25 |
+} |
|
26 |
+ |