Learn R Programming

plan (version 0.4-2)

summary.burndown: Summarize a burndown object

Description

Summarizes a burndown object.

Usage

# S3 method for burndown
summary(object, …)
# S3 method for 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).

Value

None.

Details

Prints a summary of a burndown dataset.

See Also

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

Examples

Run this code
# NOT RUN {
library(plan)
data(burndown)
summary(burndown)
# }

Run the code above in your browser using DataLab