as.networx-methods {haplotypes} | R Documentation |
Coerces an object to a networx
object
Description
This function coerces Parsimnet
object to networx
{phangorn}
object .
Usage
## S4 method for signature 'Parsimnet'
as.networx(x,net=1,...)
Arguments
x |
an object of class |
net |
a numeric vector of length one indicating which network to convert. |
... |
additional arguments to |
Value
an object of class networx.
Methods
signature(x = "Parsimnet")
-
coerces a
Parsimnet
object to anetworx
object.
Examples
## Coercing a Parsimnet object to a networx object.
data("dna.obj")
x<-dna.obj
p<-parsimnet(x)
nx<-as.networx(p)
plot(nx, "2D")
[Package haplotypes version 1.1.3.1 Index]