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 claims containing all the simulated quantities.

by_year

if TRUE returns a plot by occurrence year; otherwise returns a plot by occurrence period (default).

inflated

if TRUE shows a plot of payment pattern after inflation; otherwise shows a plot of discounted payment pattern.

adjust

if TRUE then the payment times will be forced to match with the maximum development period under consideration, otherwise the plot will see claims beyond the maximum development period; default TRUE.

...

other graphical parameters.

See Also

claims

Examples

plot(test_claims_object)
plot(test_claims_object, adjust = FALSE)

[Package SynthETIC version 1.1.0 Index]