Learn R Programming

accrued (version 1.2)

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

Description

Function to plot summarized partially accrued data objects of the summary.accrued class.

Usage

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

Arguments

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

Value

  • None.

Details

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

Examples

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

Run the code above in your browser using DataLab