## 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)
Run the code above in your browser using DataLab