mipplot_interactive_additivity_check_bar {mipplot} | R Documentation |
A function to launch interactive plot for additivity check.
mipplot_interactive_additivity_check_bar(D, R, debug = FALSE)
D |
A quitte format dataframe of IAMC data to produce graph. |
R |
A table with additivity rules. |
debug |
Set TRUE if table view is required. |
No return value, called for side effects
if (interactive()) {
mipplot_interactive_additivity_check_bar(ar5_db_sample_data, ar5_db_sample_rule_table)
}