read.burndown: Scan burndown data file

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Read a data file containing burndown information

Usage

1

Arguments

file

A connection or a character string giving the name of the file to load.

debug

Set to TRUE to print debugging information.

Details

Reads a burn dataset, in a format described in the burn documentation. Note that the progress list is ordered by time during the reading process.

Value

A burndown object.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

http://alistair.cockburn.us/crystal/articles/evabc/earnedvalueandburncharts.htm.

See Also

summary.burndown plot.burndown

Examples

1
2
3
4
library(burndown)
b <- read.burndown(system.file("extdata", "burn.dat", package="burndown"))
summary(b)
plot(b)

dankelley/burndown documentation built on May 14, 2019, 4:08 p.m.