getAlignmentLength.PhyloSim: Get the alignment length from a PhyloSim object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the alignment length from a PhyloSim object.

This method retruns the number of columns in the alignment stored in the PhyloSim object.

Usage

1
2
## S3 method for class 'PhyloSim'
getAlignmentLength(this, ...)

Arguments

this

A PhyloSim object.

...

Not used.

Value

A numeric vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PhyloSim.

Examples

1
2
3
4
5
6
7
8
	# create a PhyloSim object and run a simulation:
	sim<-Simulate(
                     PhyloSim(phy=rcoal(3),
                     root=NucleotideSequence(string="ATGC", proc=list(list(JC69())) ) )
             )
	# get the alignment length
	getAlignmentLength(sim)
 

phylosim documentation built on Nov. 22, 2019, 1:07 a.m.