plotScalarOutput | R Documentation |
Plots scalar output
plotScalarOutput(
data,
column_x,
columns_y,
simulationid = NULL,
date_from = NULL,
date_to = NULL,
datecol = "CURRENT.DATE",
nrow = NULL,
ncol = NULL
)
data |
data from memory output or file |
column_x |
column name for x values |
columns_y |
column name(s) for y values (vector of names) |
simulationid |
plot only data for simulationids |
date_from |
simulation date from where values are plotted |
date_to |
simulateon date until values are plotted |
datecol |
column name for date (default CURRENT.DATE) |
nrow |
number of panel rows when plotting multiple simulation ids |
ncol |
number of panels in a row when plotting multiple simulation ids |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.