print.ParameterSet {rpact} | R Documentation |
print
prints its ParameterSet
argument and returns it invisibly (via invisible(x)
).
## S3 method for class 'ParameterSet'
print(x, ..., markdown = NA)
x |
The |
... |
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 |
Prints the parameters and results of a parameter set.