Learn R Programming

accrued (version 1.4.1)

plot.accrued: Plot function for accrued data.

Description

Creates a stacklag difference plots of partially accruing data.

Usage

"plot"(x, ...)

Arguments

x
Object of the accrued class containing data to be plotted.
...
Parameters to pass to plot.

Value

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.

See Also

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

Examples

Run this code
	data(accruedDataExample)
	plot(data.accrued(accruedDataExample))

Run the code above in your browser using DataLab