| summary.burndown {plan} | R Documentation |
Summarizes a burndown object.
## S3 method for class 'burndown': summary(object, ...) ## S3 method for class 'summary.burndown': print(x, ...)
object |
an object of class burndown, e.g. as read by
read.burndown. |
x |
an object of class summary.burndown, as created by
summary.burndown. |
... |
extra arguments (not used in this version). |
Prints a summary of a burndown dataset.
None.
Dan Kelley
The burndown object may be read with
read.burndown and plotted with
plot.burndown.
library(plan) data(burndown) summary(burndown)