Plot.Stats.Glicko2_Candlestick {IOHanalyzer} | R 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)
[Package IOHanalyzer version 0.1.8.10 Index]