Learn R Programming

rpact (version 2.0.6)

ParameterSet_print: Print Parameter Set Values

Description

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

Usage

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

Arguments

x

The object to print.

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.