Summarizes a gantt object.
Usage
# S4 method for gantt
summary(object, ...)
Arguments
- object
A gantt object.
- ...
ignored.
See also
Other things related to gantt data:
as.gantt()
,
gantt-class
,
ganttAddTask()
,
gantt
,
plot,gantt-method
,
read.gantt()
Examples
library(plan)
data(gantt)
summary(gantt)
#> Key, Description, Start, End, Done, NeededBy
#> 1, Assemble equipment, 2008-01-01, 2008-03-28, 90
#> 2, Test methods, 2008-02-28, 2008-03-28, 30
#> 3, Field sampling, 2008-04-01, 2008-08-14, 0
#> 4, Analyse field data, 2008-06-30, 2008-11-14, 0
#> 5, Write methods chapter, 2008-08-14, 2008-11-14, 0
#> 6, Write results chapter, 2008-10-14, 2009-01-15, 0
#> 7, Write other chapters, 2008-12-10, 2009-02-28, 0
#> 8, Committee reads thesis, 2009-02-28, 2009-03-14, 0
#> 9, Revise thesis, 2009-03-15, 2009-03-30, 0
#> 10, Thesis on display, 2009-04-01, 2009-04-15, 0
#> 11, Defend thesis, 2009-04-16, 2009-04-17, 0
#> 12, Finalize thesis, 2009-04-18, 2009-05-07, 0