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

View source: R/plotDataSetList.R

Plot.Stats.Glicko2_CandlestickR Documentation

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 class '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

Plot.Stats.Glicko2_Candlestick(dsl, nr_rounds=2)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.