nexusDist | R Documentation |
Write a distance table to a file in nexus format.
nexusDist(distMatrix, outfilename)
distMatrix |
a square matrix giving a distance table, with rows and columns labeled by taxon names |
outfilename |
the name of an output file |
gtrees=read.tree(file=system.file("extdata","dataGeneTreeSample",package="MSCquartets"))
tnames=taxonNames(gtrees)
QT=quartetTable(gtrees,tnames[1:6])
RQT=quartetTableResolved(QT)
DQT=quartetTableDominant(RQT)
Dist=quartetDist(DQT)
nexusDist(Dist,outfile = file.path(tempdir(), "NANUQdist"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.