Displays a summary of ParameterSet
object.
# S3 method for ParameterSet
summary(object, ..., type = 1, digits = NA_integer_)
defines how many digits are to be used for numeric values.
Summarizes the parameters and results of a parameter set.
The following options get be set globaly:
rpact.summary.justify
: one of c("right", "left", "centre")
;
shall the values be right-justified (the default), left-justified or centred.
rpact.summary.digits
: defines how many digits are to be used for numeric values (default is 3).
rpact.summary.digits.fixed
: if FALSE
(default) probabilities get one more digits a the as
the defined rpact.summary.digits
.
rpact.summary.trim.zeroes
: if TRUE
(default) zeroes will always displayed as "0",
e.g. "0.000" will become "0".