plotLayeredOutput: Plots layered output

View source: R/plotting.R

plotLayeredOutputR Documentation

Plots layered output

Description

Plots layered output

Usage

plotLayeredOutput(
  data,
  column,
  simulationid = NULL,
  date_from = NULL,
  date_to = NULL,
  datecol = "CURRENT.DATE",
  nrow = NULL,
  ncol = NULL
)

Arguments

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


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.