db Time Series Per Replication
fun ReportBuilder.dbTimeSeriesPerReplication(db: KSLDatabase, expName: String, responseName: String, repIds: Set<Int>? = null, showPlot: Boolean = true)(source)
Appends a "Time Series by Replication — responseName" section overlaying one line per replication, with the period index on the x-axis and the response value on the y-axis.
Parameters
db
the database to query
exp Name
the experiment whose time-series rows are used
response Name
the time-series response name to plot
rep Ids
optional subset of replication ids to include; null (default) plots every recorded replication
show Plot
when true (default) include the overlay plot