Learn R Programming

cdid (version 0.1.0)

print.MP: 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 MP
print(x, ...)

Value

No return value. This function is called for its side effects of printing the summary of the MP object to the console.

Arguments

x

An MP object, representing the results of multi-period analysis.

...

Additional arguments passed to summary.MP.

See Also

summary.MP