micompr (version 1.1.0)

tscat_apply: Multiple TikZ 2D scatter plots for a list of output comparisons.

Description

Produce multiple TikZ 2D scatter plots for a list of cmpoutput objects.

Usage

tscat_apply(cmps, marks, tscale, before = "", after = "")

Arguments

cmps

List of cmpoutput objects.

marks

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").

tscale

The scale property of the TikZ figure.

before

LaTeX code to paste before each TikZ figure.

after

LaTeX code to paste after each TikZ figure.

Value

List of TikZ 2D scatter plots corresponding to the comparisons provided in cmps.

Details

This function is mainly to be used by the toLatex.micomp method.