Re: [R] gantt chart for dataset

2009-08-21 Thread David Winsemius
On Aug 21, 2009, at 9:19 AM, rajclinasia wrote: hi, Thanks for responding of gantt charts. but i have some problem regarding with gantt charts. i.e. Ymd.format <- "%Y/%m/%d" Ymd <- function(x){ as.POSIXct(strptime(x, format=Ymd.format))} gantt.info <- list( labels =c("First task","Se

Re: [R] gantt chart for dataset

2009-08-21 Thread Stefan Grosse
On Fri, 21 Aug 2009 06:19:53 -0700 (PDT) rajclinasia wrote: R> but my question is assume that above data stored in a excel file R> 'sample'. now i want gantt chart for the 'sample' dataset. As a list is expected you need to convert your data frame into a list... hth Stefan

[R] gantt chart for dataset

2009-08-21 Thread rajclinasia
hi, Thanks for responding of gantt charts. but i have some problem regarding with gantt charts. i.e. Ymd.format <- "%Y/%m/%d" Ymd <- function(x){ as.POSIXct(strptime(x, format=Ymd.format))} gantt.info <- list( labels =c("First task","Second task","Third task","Fourth task","Fifth task")