plotLayeredOutput | R Documentation |
Plots layered output
plotLayeredOutput(
data,
column,
simulationid = NULL,
date_from = NULL,
date_to = NULL,
datecol = "CURRENT.DATE",
nrow = NULL,
ncol = NULL
)
data |
data from memory output or file |
column |
column name used for the fill color |
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.