Learn R Programming

phylosim (version 3.0.5)

attachSeqToNode.PhyloSim: Assotiate a Sequence object with a given node of a phylo object aggregated by a PhyloSim object

Description

Assotiate a Sequence object with a given node of a phylo object aggregated by a PhyloSim object.

This method is mainly used internally.

Usage

# S3 method for PhyloSim
attachSeqToNode(this, node=NA, seq=NA, ...)

Arguments

this

A PhyloSim object.

node

Node identifier.

seq

A Sequence object.

...

Not used.

Value

The PhyloSim object (invisible).

See Also

For more information see PhyloSim.