print.ParameterSet: Print Parameter Set Values

View source: R/class_core_parameter_set.R

print.ParameterSetR Documentation

Print Parameter Set Values

Description

print prints its ParameterSet argument and returns it invisibly (via invisible(x)).

Usage

## S3 method for class 'ParameterSet'
print(x, ..., markdown = FALSE)

Arguments

x

The ParameterSet object to print.

...

Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.

markdown

If TRUE, the object x will be printed using markdown syntax; normal representation will be used otherwise (default is FALSE)

Details

Prints the parameters and results of a parameter set.


rpact documentation built on July 9, 2023, 6:30 p.m.