plot.accrued: Plot function for accrued data.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/plot.accrued.R

Description

Creates a stacklag difference plots of partially accruing data.

Usage

1
2
 ## S3 method for class 'accrued'
plot(x, ...)

Arguments

x

Object of the accrued class containing data to be plotted.

...

Parameters to pass to plot.

Details

This is only appropriate for count data. This plots differences in counts between successive upload dates. It is the default plot for data of the accrued class.

Value

None.

Author(s)

Ian Painter and Julie Eaton

See Also

data.accrued, summary.accrued, plot.summary.accrued, asOf Many other plot methods are available for partially accruing data: laggedTSarray, lagHistogram,

Examples

1
2

Example output

Loading required package: grid

accrued documentation built on May 2, 2019, 4:01 p.m.