summary,burndown-method {plan} | R Documentation |
Summarize a burndown object
Description
Print a summary of a burndown dataset.
Usage
## S4 method for signature 'burndown'
summary(object, ...)
Arguments
object |
A burndown object. |
... |
ignored. |
Author(s)
Dan Kelley
See Also
Other things related to burndown data:
as.burndown()
,
burndown-class
,
burndown
,
plot,burndown-method
,
read.burndown()
Examples
library(plan)
data(burndown)
summary(burndown)
[Package plan version 0.4-5 Index]