TikZ
2D scatter plots for a list of output comparisons.Produce multiple TikZ
2D scatter plots for a list of
cmpoutput
objects.
tscat_apply(cmps, marks, tscale, before = "", after = "")
List of TikZ 2D scatter plots corresponding to the comparisons
provided in cmps
.
List of cmpoutput
objects.
Character vector determining how to draw the points in
TikZ
, for example:
c("mark=square*,mark options={color=red},mark size=0.8pt",
"mark=diamond*,mark options={color=black},mark size=0.6pt",
"mark=triangle*,mark options={color=green},mark size=0.7pt")
.
The scale
property of the TikZ
figure.
LaTeX
code to paste before each TikZ
figure.
LaTeX
code to paste after each TikZ
figure.
This function is mainly to be used by the toLatex.micomp
method.