summary.burndown {plan}R Documentation

Summarize a burndown object

Description

Summarizes a burndown object.

Usage

## S3 method for class 'burndown':
summary(object, ...)
## S3 method for class 'summary.burndown':
print(x, ...)

Arguments

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).

Details

Prints a summary of a burndown dataset.

Value

None.

Author(s)

Dan Kelley

See Also

The burndown object may be read with read.burndown and plotted with plot.burndown.

Examples

library(plan)
data(burndown)
summary(burndown)

[Package plan version 0.3-1 Index]