Nothing
### actuar: Actuarial Functions and Heavy Tailed Distributions
###
### Display all values of a matrix of vectors by 'unrolling' the
### object vertically or horizontally.
###
### AUTHORS: Louis-Philippe Pouliot,
### Vincent Goulet <vincent.goulet@act.ulaval.ca>
### New generic
severity <- function(x, ...) UseMethod("severity")
### Default method. Currently identical to 'unroll' by lack of a
### better alternative. This default method is never called in the
### package.
severity.default <- function(x, bycol = FALSE, drop = TRUE, ...)
{
chkDots(...) # method does not use '...'
unroll(x, bycol, drop)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.