Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.Stats.Glicko2_Candlestick: Create a candlestick plot of Glicko2-rankings

Description

Create a candlestick plot of Glicko2-rankings

Usage

Plot.Stats.Glicko2_Candlestick(
  dsList,
  nr_rounds = 100,
  glicko2_rank_df = NULL,
  which = "by_FV",
  target_dt = NULL
)

# S3 method for DataSetList Plot.Stats.Glicko2_Candlestick( dsList, nr_rounds = 100, glicko2_rank_df = NULL, which = "by_FV", target_dt = NULL )

Arguments

dsList

A DataSetList

nr_rounds

The number of rounds in the tournament

glicko2_rank_df

Optional. Dataframe containing the glicko2 rating to avoid needless recalculation.

which

Whether to use fixed-target ('by_FV') or fixed-budget ('by_RT') perspective

target_dt

Optional: data table containing the targets for each function and dimension

Examples

Run this code
Plot.Stats.Glicko2_Candlestick(dsl, nr_rounds=2)

Run the code above in your browser using DataLab