print.SummaryFactory {rpact} | R Documentation |
Prints the result object stored inside a summary factory.
## S3 method for class 'SummaryFactory'
print(x, ..., markdown = NA, sep = NA_character_)
x |
The summary factory object. |
... |
Optional plot arguments. At the moment |
markdown |
If |
sep |
The separator line between the summary and the print output, default is |
Generic function to print all kinds of summary factories.