print prints its ParameterSet argument and returns it invisibly (via invisible(x)).
Usage
# S3 method for class 'ParameterSet'
print(x, ..., markdown = NA)Arguments
- x
The
ParameterSetobject 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 objectxwill be printed using markdown syntax; normal representation will be used otherwise (default isFALSE)
