Skip to contents

Get statistics

Usage

getStatisticsFromType(statisticsType)

Arguments

statisticsType

Statistics summarizing time profile simulated data as defined by helper enum `StatisticsType`

Value

A list including `y`, `ymin` and `ymax` summary statistics as well as their `caption`

Examples

if (FALSE) {
getStatisticsFromType(StatisticsTypes$`Arithmetic mean`)
}