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 MP object, representing the results of multi-period analysis.

...

Additional arguments passed to summary.MP.

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

summary.MP


[Package cdid version 0.1.1 Index]