save_plots: Save multiple plots into many formats and many resolutions...

Description Usage Arguments Examples

View source: R/results.R

Description

save plots using many formats and many resolutions supported formats: "png", "jpeg", "pdf", " eps" supported resolutions: 4:3 aspect ratio resolutions: 1024x768, 1280x960, 1400x1050, 1440x1080 , 1600x1200, 1856x1392, 1920x1440, and 2048x1536. 16:10 aspect ratio resolutions: 1280x800, 1440x900, 1680x1050, 1920x1200 and 2560x1600. 16:9 aspect ratio resolutions: 1024x576, 1152x648, 1280x720, 1366x768, 1600x900, 1920x1080, 2560x1440 and 3840x2160.

Usage

1
save_plots(plotdata = plotdata, formats = formats, resolutions = resolutions)

Arguments

plotdata,

a list of plotly objects

formats

an array of formats e.g. 'formats = c("png", "pdf")'

resolutions

an array of resolution strings e.g. ' resolutions = c("1920x1440","1920x1200", "1920x1080")'

i18n

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

Examples

1
save_plots(plotdata = plots, formats = c("png", "pdf"),  resolutions = c("1920x1440","1920x1200", "1920x1080"))

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