clPlotQuartets {CongreveLamsdell2016} | R Documentation |
Plot results
Description
Plots the results of the analyses of the Congreve & Lamsdell (2016) datasets.
Usage
clPlotQuartets(
dataset,
tree,
cex = 1.1,
pch = 2,
col = CongreveLamsdell2016::clColours,
...
)
clPlotAverageQuartets(
dataset,
cex = 1.1,
pch = 2,
col = CongreveLamsdell2016::clColours,
...
)
clPlotTheseAverageQuartets(dataset, cex = 1.1, pch = 2, col = "black", ...)
clPlotSplits(
dataset,
tree,
cex = 1.1,
pch = 2,
col = CongreveLamsdell2016::clColours,
...
)
clPlotTheseAverageSplits(dataset, cex = 1.1, pch = 2, col = "black", ...)
clPlotTheseBestAverageSplits(dataset, cex = 1.1, pch = 2, col = "black", ...)
clPlotAverageSplits(
dataset,
cex = 1.1,
pch = 2,
col = CongreveLamsdell2016::clColours,
...
)
clPlotBestAverageSplits(
dataset,
cex = 1.1,
pch = 2,
col = CongreveLamsdell2016::clColours,
...
)
Arguments
dataset |
Dataset to plot, for example |
tree |
Integer specifying which tree to plot. |
cex , pch , ... |
Graphical parameters to pass to
|
col |
Named vector specifying colours to use to plot each analysis,
named to match |
Value
Returns invisible.
Functions
-
clPlotAverageQuartets()
: Plots average across all 100 trees. -
clPlotTheseAverageQuartets()
: Plot average for single dataset across all 100 trees. -
clPlotSplits()
: Splits equivalent ofclPlotQuartets
. -
clPlotTheseAverageSplits()
: Splits equivalent ofclPlotTheseAverageQuartets
. -
clPlotTheseBestAverageSplits()
: Splits equivalent ofclPlotTheseBestAverageQuartets
. -
clPlotAverageSplits()
: Splits equivalent ofclPlotAverageQuartets
. -
clPlotBestAverageSplits()
: Splits equivalent ofclPlotAverageQuartets
.
Author(s)
Martin R. Smith