plot_scores | R Documentation |
either summed winning probabilities or David's scores
plot_scores(
x,
adjustpar = 4,
color = TRUE,
subset_ids = NULL,
include_others = TRUE
)
x |
result from |
adjustpar |
numeric, parameter for smoothing posterior of individual scores |
color |
logical, default is |
subset_ids |
character, plot only those individual codes. Default is
|
include_others |
logical, should other IDs (those not in
|
a plot
data(dommats, package = "EloRating")
res <- elo_steepness_from_matrix(dommats$elephants, n_rand = 1,
silent = TRUE, refresh = 0,
iter = 1000, warmup = 500)
plot_scores(res)
res <- davids_steepness(dommats$elephants, refresh = 0)
plot_scores(res)
plot_scores(res, color = FALSE)
plot_scores(res, adjustpar = 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.