Skip to contents

Plot the prior table

Usage

ov_plot_history_table(history_table, team, setter_id)

Arguments

history_table

data.frame: the prior_table component of the object returned by ov_create_history_table()

team

string: team name

setter_id

string: setter_id

Examples

hist_dvw <- ovdata_example("NCA-CUB")
history_table <- ov_create_history_table(dvw = hist_dvw, setter_position_by = "front_back",
                                                    normalize_parameters = FALSE)
team = unique(history_table$prior_table$team)[1]
setter_id = unique(history_table$prior_table$setter_id)[1]
ov_plot_history_table(history_table, team, setter_id)
#> Joining with `by = join_by(setter_front_back, attack_code)`