generate_code_to_plot_line: generate code to reproduce line plot

Description Usage Arguments Value

View source: R/mipplot_interactive_line.R

Description

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.

Usage

1
generate_code_to_plot_line(input, name_of_iamc_data_variable = "D")

Arguments

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

Value

R code


UTokyo-mip/mipplot documentation built on Aug. 7, 2021, 6:25 p.m.