View source: R/PA.EMOA.toLatex.R
| toLatex | R Documentation |
Returns high-quality LaTeX-tables of the test results of
statistical tests performed with function test
on per-instance basis. I.e., a table is returned for each instances combining
the results of different indicators.
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
## S3 method for class 'list'
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
## S3 method for class 'data.frame'
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
stats |
[ |
stat.cols |
[ |
probs |
[ |
type |
[ |
cell.formatter |
[ |
[list] Named list of strings (LaTeX tables). Names correspond to the
selected problem instances in probs.
Other EMOA performance assessment tools:
approximateNadirPoint(),
approximateRefPoints(),
approximateRefSets(),
computeDominanceRanking(),
emoaIndEps(),
makeEMOAIndicator(),
niceCellFormater(),
normalize(),
plotDistribution(),
plotFront(),
plotScatter2d(),
plotScatter3d()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.