Re: [R] Superimposing titles on dotcharts

2011-09-16 Thread Deepayan Sarkar
On Mon, Sep 12, 2011 at 8:54 PM, Mikkel Grum wrote: > I've created a chart with times that employees have entered data on named > tasks as in the following example: > > Employee <- c(rep("Tom", 127), > rep("Dick", 121), > rep("Sally", 130) > ) > Time <- c(seq(as.POSIXct("2011-09-12 07:00:00"), as

[R] Superimposing titles on dotcharts

2011-09-12 Thread Mikkel Grum
I've created a chart with times that employees have entered data on named tasks as in the following example: Employee <- c(rep("Tom", 127),  rep("Dick", 121),  rep("Sally", 130) ) Time <- c(seq(as.POSIXct("2011-09-12 07:00:00"), as.POSIXct("2011-09-12 14:00:00"), 200), seq(as.POSIXct("2011-09-12