# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab