plot.mcSetup: Plotting the Run-Off Triangle Increments by the MC Setting

View source: R/plot.mcSetup.R

plot.mcSetupR Documentation

Plotting the Run-Off Triangle Increments by the MC Setting

Description

The function provides a graphical visualization of the results obtained from the function incrExplor(). In particular, the considered run-off triangle increments are distributed into the bins according the given Markov chain breaks or states.

Usage

## S3 method for class 'mcSetup'
plot(x, ...)

Arguments

x

an object of the class mcSetup – i.e., the output of the incrExplor() function

...

other graphical parameters to plot

Value

The function returns a layout with two plots. ...

See Also

incrExplor(), mcReserve()

Examples

## run-off triangle increments within the default bins
x <- incrExplor(CameronMutual)
plot(x)

## run-off triangle increments and user-defined number of bins
x <- incrExplor(CameronMutual, states = 5)
plot(x)

## run-off triangle increments within the user-specified bins
x <- incrExplor(CameronMutual, breaks = c(500, 1000, 1500))
plot(x)


ProfileLadder documentation built on Aug. 8, 2025, 6:10 p.m.