print.SimulationResults {rpact} | R Documentation |
Print Simulation Results
Description
print
prints its SimulationResults
argument and
returns it invisibly (via invisible(x)
).
Usage
## S3 method for class 'SimulationResults'
print(x, ..., showStatistics = FALSE, markdown = FALSE)
Arguments
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 |
Details
Prints the parameters and results of an SimulationResults
object.
[Package rpact version 4.0.0 Index]