Learn R Programming

accrued (version 1.4)

plot.summary.accrued: Plot function for objects of the summary.accrued class.

Description

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

Usage

"plot"(x, ...)

Arguments

x
Object of class summary.accrued.
...
Parameters to pass to plot.

Value

Details

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

Examples

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

Run the code above in your browser using DataLab