View source: R/TriangleTests.R
plot.checkTriangleInflation | R Documentation |
plot.checkTriangleInflation
, a method to plot the output of
checkTriangleInflation
. It is designed to give a quick overview
of a checkTriangleInflation
object and to check the inflation regression curves.
## S3 method for class 'checkTriangleInflation'
plot(x, col.line = "black", type = "b", xlab = "dev. period", ylab = NULL, ...)
x |
output from |
col.line |
Default: "black". Line color |
type |
Default: "b". What type of plot should be drawn |
xlab |
Default: "dev. period". X axis label |
ylab |
Default: NULL. Y axis label |
... |
optional arguments. See |
plot.cyeff.test
plots all the columns of the triangle (Development Periods) against the regression curves.
Marco De Virgilis devirgilis.marco@gmail.com
See Also checkTriangleInflation
,
summary.checkTriangleInflation
test <- checkTriangleInflation(MedMal$MedMalOutstanding / MedMal$MedMalOpen)
plot(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.