clPlotQuartets: Plot results

Description Usage Arguments Value Functions Author(s)

View source: R/points.R

Description

Plots the results of the analyses of the Congreve & Lamsdell (2016) datasets.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 clBootGcQuartets.

tree

Integer specifying which tree to plot.

cex, pch, ...

Graphical parameters to pass to JoinTheDots.

col

Named vector specifying colours to use to plot each analysis, named to match names(dataset).

Value

Returns invisible.

Functions

Author(s)

Martin R. Smith


CongreveLamsdell2016 documentation built on Jan. 7, 2020, 5:07 p.m.