mipplot_interactive_bar {mipplot} | R Documentation |
A function to launch interactive plot using Shiny
Description
A function to launch interactive bar plot using right-hand-side values of target additivity rule. The function arguments include the input dataframe, labels for the plot/axes/legend, and faceting dimensions
Usage
mipplot_interactive_bar(D, R, language = "en")
Arguments
D |
A quitte format dataframe of IAMC data to produce graph. |
R |
A table with additivity rules. |
language |
A string of language for initial plot. Possible values are "en", "jp", "es", "zh-cn", "zh-tw". The default value is "en". |
Value
No return value, called for side effects
Examples
if (interactive()) {
mipplot_interactive_bar(ar5_db_sample_data, ar5_db_sample_rule_table)
}
[Package mipplot version 0.3.1 Index]