plotScalarOutput: Plots scalar output

plotScalarOutputR Documentation

Plots scalar output

Description

Plots scalar output

Usage

plotScalarOutput(
  data,
  column_x,
  columns_y,
  simulationid = NULL,
  date_from = NULL,
  date_to = NULL,
  datecol = "CURRENT.DATE",
  nrow = NULL,
  ncol = NULL
)

Arguments

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


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