Summarizing a Health Delta-Normal Term
summary method for the S3 class health.
## S3 method for class 'health' summary(object, ...)
object |
3 S3 object of class health. |
... |
additional arguments affecting the summary produced. |
an S3 object, instance of class c("summaryDefault", "table")
.
# Creating a new health item. health1 <- health(name = c("pandemy", "longetivity", "storno"), currency = c("EUR", "CHF", "EUR"), sensitivity = c(100, 150, 130)) # summarizing the health item. summary(health1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.