powered by
Summarizes a burndown object.
# S3 method for burndown summary(object, …) # S3 method for summary.burndown print(x, …)
an object of class burndown, e.g. as read by read.burndown.
burndown
read.burndown
an object of class summary.burndown, as created by summary.burndown.
summary.burndown
extra arguments (not used in this version).
None.
Prints a summary of a burndown dataset.
The burndown object may be read with read.burndown and plotted with plot.burndown.
plot.burndown
# NOT RUN { library(plan) data(burndown) summary(burndown) # }
Run the code above in your browser using DataLab