plot.summary.accrued {accrued}R Documentation

Plot function for objects of the summary.accrued class.

Description

Plots summarized partially accruing data objects of the summary.accrued class.

Usage

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

Arguments

x

Object of class summary.accrued.

...

Parameters to pass to plot.

Details

plot.summary.accrued generates a plot of the an object of the summary.accrued class.

Value

None.

Author(s)

Ian Painter and Julie Eaton

Examples

	data(accruedDataExample)
	testData <- data.accrued(accruedDataExample)
	summ_dat = summary(testData)		# summary.accrued object
	plot(summ_dat) 						# plot.summary.accrued


[Package accrued version 1.4.1 Index]