Description Usage Arguments Value Examples
View source: R/mipplot_interactive_line.R
A function to launch interactive line plot. The function arguments include the input dataframe, labels for the plot/axes/legend, and faceting dimensions
1 | mipplot_interactive_line(D, language = "en")
|
D |
A quitte format dataframe of IAMC data to produce graph. |
language |
A string of language for initial plot. Possible values are "en", "jp", "es", "zh-cn", "zh-tw". The default value is "en". |
No return value, called for side effects
1 2 3 | if (interactive()) {
mipplot_interactive_line(ar5_db_sample_data)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.