as.networx-methods: Coerces an object to a 'networx' object

as.networx-methodsR 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 Parsimnet.

net

a numeric vector of length one indicating which network to convert.

...

additional arguments to as.splits.

Value

an object of class networx.

Methods

signature(x = "Parsimnet")

coerces a Parsimnet object to a networx 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")


haplotypes documentation built on July 26, 2023, 5:22 p.m.