print.MP {cdid} | R Documentation |
print.MP
Description
Prints a summary of the results contained in an MP
object.
This function calls summary.MP
to display the details of the multi-period
analysis results in a user-friendly format.
Usage
## S3 method for class 'MP'
print(x, ...)
Arguments
x |
An |
... |
Additional arguments passed to |
Value
No return value. This function is called for its side effects of
printing the summary of the MP
object to the console.
See Also
[Package cdid version 0.1.1 Index]