plotfunc: Plotting simulation results

Description Usage Arguments Details Value

View source: R/plotfunc.R

Description

Plotting simulation results

Usage

1
2
plotfunc(reslist, ov, metric = c("euc", "cor"), mode = c("ADAGIO",
  "eloRA", "eloRM", "eloO"), ylimits = NULL, linesstyle = FALSE)

Arguments

reslist

the output of the simulation steps (see vignettes and appendices of manuscript)

ov

the output of the simulation steps (see vignettes and appendices of manuscript)

metric

character, "euc" for Euclidean distance or "cor" for correlation

mode

character, which calculations to take for Elo and DS

ylimits

numeric of length 2, overrides internal setting for y-axis limits

linesstyle

logic, should different methods differ also with regards to line style, by default FALSE

Details

This is a idiosyncratic function that is only usable in the context of the simulations we run here. See the vignettes of the package.

The "mode" argument determines which software to use for Elo-ratings and DS. The ADAGIO rankings themselves are always taken from the ADAGIO software. The ISI ranks are always taken from a function included in this package.

Value

a plot


gobbios/radagio documentation built on Dec. 26, 2019, 6:13 p.m.