tor_plot | R Documentation |
Generate tornado chart
tor_plot(df, abrv = F, fill = "#E00034")
df |
Tornado dataframe |
abrv |
Abbreviate names or not |
fill |
Color (RGB) of the inbound fill |
sims <- gen_draws(df) tor_df = tor_table(sims,mc_sum(sims),top=10) tor_plot(tor_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.