Render Context
constructor(outputDir: Path = KSL.outDir, plotDir: Path = KSL.plotDir, confidenceLevel: Double = 0.95, numericPrecision: Int = 4, maxPlotsPerSection: Int = 20)(source)
Parameters
output Dir
directory for report files; defaults to KSL.outDir
plot Dir
directory for saved plot files; defaults to KSL.plotDir
confidence Level
default confidence level for ksl.utilities.io.report.ast.ReportNode.StatTable nodes that do not specify their own; must be in (0, 1)
numeric Precision
number of decimal places for formatted numeric values in comparison tables (ksl.utilities.io.report.ast.ReportNode.StatTable, ksl.utilities.io.report.ast.ReportNode.WeightedStatTable, ksl.utilities.io.report.ast.ReportNode.DataTable); also used as the significant-figure count for property sheet tables via fmtProperty; must be in 0, 15
max Plots Per Section
maximum number of plots rendered per section before a truncation notice is emitted; prevents very large HTML files in models with many responses