tor_table: Generate table of tornado chart

View source: R/tor_table.R

tor_tableR Documentation

Generate table of tornado chart

Description

Generate table of tornado chart

Usage

tor_table(inputs, output, type = "c2v", top = F)

Arguments

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

Examples

sims <- gen_draws(df)
tor_table(sims,mc_sum(sims))

prbr/prvm documentation built on May 18, 2022, 12:39 a.m.