plot.claims | R Documentation |
Generates a plot of cumulative claims paid (as a percentage of total amount incurred) as a function of development time for each occurrence period.
## S3 method for class 'claims'
plot(x, by_year = FALSE, inflated = TRUE, adjust = TRUE, ...)
x |
an object of class |
by_year |
if |
inflated |
if |
adjust |
if |
... |
other graphical parameters. |
claims
plot(test_claims_object)
plot(test_claims_object, adjust = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.