Learn R Programming

riskyr (version 0.1.0)

print.summary.riskyr: Printing summarized risk information.

Description

print.summary.riskyr provides a print method for objects of class "summary.riskyr".

Usage

# S3 method for summary.riskyr
print(x = NULL, ...)

Arguments

x

An object of class "summary.riskyr", usually a result of a call to summary.riskyr.

...

Additional parameters to be passed to the generic print function.

Format

Printed output of a "summary.riskyr" object.

Examples

Run this code
# NOT RUN {
summary(scenarios$n4)

# }

Run the code above in your browser using DataLab