plot_charts: Draw specified charts

Description Usage Arguments Value Examples

View source: R/results.R

Description

Draw specified charts

Usage

1
plot_charts(names = names, datapath = datapath, i18n = i18n)

Arguments

names

the names of the generated data resources, to be used for plotting For example, if user language is '"en"' then the names look like '"Chart1"', '"Chart2"', ... corresponding to existent data files '"Chart1.csv"', '"Chart2.csv"', ... If the user language is '"de"' then names are like '"Grafik1"', ... corresponding to '"Grafik1.csv"', ... data

datapath

- optional, the path on disk where all generated data will be saved

i18n

- required, the translator object used to personalize output according with user set language

Value

a list of plotly objects

Examples

1
plots <- plot_charts(names = chartnames, datapath = file.path("tests/output"), i18n = i18n)

BTU-EnerEcon/FOCCSI documentation built on Dec. 17, 2021, 9:52 a.m.