Raincloud plot of speedrun.com run times
Usage
all_run_raincloud(
run_df = supermetroid::src_df,
lowest_rank = max(supermetroid::src_df$rank),
highest_rank = 1,
font_size = 20,
source = "speedrun.com via srcomapi"
)
Arguments
- run_df
Dataframe of column of run times in seconds.
- font_size
For theme minimal
- source
Caption provenance
- xmin
Set limits of x axis, for shiny slider input, in minutes.
- xmax
Set max of x axis, shiny slider, in minutes.