summary,gantt-method | R Documentation |
Summarizes a gantt object.
## S4 method for signature 'gantt'
summary(object, ...)
object |
A gantt object. |
... |
ignored. |
Prints a summary of a gantt dataset.
Dan Kelley
https://en.wikipedia.org/wiki/Burndown_chart
Other things related to gantt data:
as.gantt()
,
gantt-class
,
ganttAddTask()
,
gantt
,
plot,gantt-method
,
read.gantt()
library(plan)
data(gantt)
summary(gantt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.