Description Usage Arguments Value
View source: R/mipplot_interactive_line.R
from 'input' argument generally used in reactive context in Shiny, this function generates R code to reproduce current plot. This function could not used out of reactive expression in Shiny.
1 | generate_code_to_plot_line(input, name_of_iamc_data_variable = "D")
|
input |
it is same as the argument of shiny::ui() this function accesses following attributes: - model - period - variable - scenario - region |
name_of_iamc_data_variable |
name of IAMC data variable |
R code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.