plot.summary.accrued {accrued} | R Documentation |
summary.accrued
class.Plots summarized partially accruing data objects of the summary.accrued
class.
## S3 method for class 'summary.accrued' plot(x, ...)
x |
Object of class |
... |
Parameters to pass to |
plot.summary.accrued
generates a plot of the an object of the summary.accrued
class.
None.
Ian Painter and Julie Eaton
data(accruedDataExample) testData <- data.accrued(accruedDataExample) summ_dat = summary(testData) # summary.accrued object plot(summ_dat) # plot.summary.accrued