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

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.accrued.R

Description

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

Usage

1
2
	## 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

1
2
3
4
	data(accruedDataExample)
	testData <- data.accrued(accruedDataExample)
	summ_dat = summary(testData)		# summary.accrued object
	plot(summ_dat) 						# plot.summary.accrued

accrued documentation built on May 2, 2019, 4:01 p.m.