tor_table | R Documentation |
Generate table of tornado chart
tor_table(inputs, output, type = "c2v", top = F)
inputs |
list of vector of input variables |
output |
vector of output variable |
type |
type of sensitivity analysis (e.g. c2v: contribution to variance, mean impact) |
top |
if integer x is supplied on show top x variables |
x |
Drawings |
sims <- gen_draws(df) tor_table(sims,mc_sum(sims))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.