Learn R Programming

mipplot (version 0.3.1)

mipplot_interactive_plot_line: A function to launch interactive plot using Shiny

Description

A function to launch interactive plot using Shiny

Usage

mipplot_interactive_plot_line(D, R)

Arguments

D

A quitte format dataframe of IAMC data to produce graph.

R

A table with additivity rules.

Value

No return value, called for side effects

Examples

Run this code
# NOT RUN {
if (interactive()) {
mipplot_interactive_plot_line(ar5_db_sample_data, ar5_db_sample_rule_table)
}
# }

Run the code above in your browser using DataLab