Browse code

depends treeio

GuangchuangYu authored on 20/12/2016 16:39:07
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,25 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/phangorn.R
3
-\name{pmlToSeq}
4
-\alias{pmlToSeq}
5
-\title{pmlToSeq}
6
-\usage{
7
-pmlToSeq(pml, type = "ml", includeAncestor = TRUE)
8
-}
9
-\arguments{
10
-\item{pml}{pml object}
11
-
12
-\item{type}{one of "marginal", "ml", "bayes"}
13
-
14
-\item{includeAncestor}{logical}
15
-}
16
-\value{
17
-XStringSet
18
-}
19
-\description{
20
-convert pml object to XStringSet object
21
-}
22
-\author{
23
-ygc
24
-}
25
-
Browse code

bug fixed

guangchuang yu authored on 14/12/2016 09:07:44
Showing 1 changed files
... ...
@@ -4,11 +4,13 @@
4 4
 \alias{pmlToSeq}
5 5
 \title{pmlToSeq}
6 6
 \usage{
7
-pmlToSeq(pml, includeAncestor = TRUE)
7
+pmlToSeq(pml, type = "ml", includeAncestor = TRUE)
8 8
 }
9 9
 \arguments{
10 10
 \item{pml}{pml object}
11 11
 
12
+\item{type}{one of "marginal", "ml", "bayes"}
13
+
12 14
 \item{includeAncestor}{logical}
13 15
 }
14 16
 \value{
Browse code

lots of new layers

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

g.yu authored on 22/12/2015 04:13:13
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,23 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/phangorn.R
3
+\name{pmlToSeq}
4
+\alias{pmlToSeq}
5
+\title{pmlToSeq}
6
+\usage{
7
+pmlToSeq(pml, includeAncestor = TRUE)
8
+}
9
+\arguments{
10
+\item{pml}{pml object}
11
+
12
+\item{includeAncestor}{logical}
13
+}
14
+\value{
15
+XStringSet
16
+}
17
+\description{
18
+convert pml object to XStringSet object
19
+}
20
+\author{
21
+ygc
22
+}
23
+