Summarizing a ScenarioRisk
summary method for the S3 class scenarioRisk.
## S3 method for class 'scenarioRisk' summary(object, ...)
object |
S3 object of class scenarioRisk. |
... |
additional arguments. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating a new scenarioRisk. scenarios <- scenarioRisk(name = c("earthquake", "real estate crash"), probability = c(0.001, 0.01), currency = c("CHF", "CHF"), effect = c(1000, 10000)) # summarizing the scenarioRisk. summary(scenarios)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.