View source: R/utilities-figures.R
createPlotsFromExcel | R Documentation |
projectConfiguration$plotsFile
Generate plots as defined in excel file projectConfiguration$plotsFile
createPlotsFromExcel(
plotGridNames = NULL,
simulatedScenarios = NULL,
observedData = NULL,
projectConfiguration,
outputFolder = NULL,
stopIfNotFound = TRUE
)
plotGridNames |
Names of the plot grid specified in the sheet |
simulatedScenarios |
A list of simulated scenarios as returned by |
observedData |
A list of |
projectConfiguration |
Object of class |
outputFolder |
Optional - path to the folder where the results will be
stored. If |
stopIfNotFound |
If TRUE (default), the function stops if any of the simulated results or observed data are not found. If FALSE a warning is printed. |
A list of ggplot
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.