plot.accrued {accrued} | R Documentation |
Creates a stacklag difference plots of partially accruing data.
## S3 method for class 'accrued' plot(x, ...)
x |
Object of the |
... |
Parameters to pass to |
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.
None.
Ian Painter and Julie Eaton
data.accrued
,
summary.accrued
,
plot.summary.accrued
,
asOf
Many other plot methods are available for partially accruing data:
laggedTSarray
,
lagHistogram
,
data(accruedDataExample) plot(data.accrued(accruedDataExample))