plot.loss_df: plot method for 'loss_df'

Description Usage Arguments Examples

Description

barchart of loss amounts by origin year

Usage

1
2
## S3 method for class 'loss_df'
plot(ldf, calendar = NULL)

Arguments

df

loss_df S3 object

Examples

1
2
3
4
5
# plot paid and case at most recent `calendar`
plot(ldf_data)

# plot paid and case at selected `calendar`
plot(ldf_data, calendar = 2012)

merlinoa/lossdb documentation built on May 22, 2019, 6:52 p.m.