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
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
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")
3 matches
Mail list logo