plot.claims {SynthETIC} | R Documentation |
Plot of Cumulative Claims Payments (Incurred Pattern)
Description
Generates a plot of cumulative claims paid (as a percentage of total amount incurred) as a function of development time for each occurrence period.
Usage
## S3 method for class 'claims'
plot(x, by_year = FALSE, inflated = TRUE, adjust = TRUE, ...)
Arguments
x |
an object of class |
by_year |
if |
inflated |
if |
adjust |
if |
... |
other graphical parameters. |
See Also
Examples
plot(test_claims_object)
plot(test_claims_object, adjust = FALSE)
[Package SynthETIC version 1.1.0 Index]