Check out examples in the lattice package and ggplot2 package. For example let's say you plot points and confidence intervals. These packages will then allow you to plot these values by group and by combinations of groups. Look up conditioning and faceting in these packages.
On Wed, Nov 18, 2009 at 7:50 AM, Sunita22 <sunita...@gmail.com> wrote: > > Hello > > I am unable to find a graph for my data, My data contains following columns: > > 1st column: Posts (GM, Secretary, AM, Office Boy) > 2nd Column: Dept (Finance, HR, ...) > 3rd column: Tasks (Open the door, Fix an appointment, Fill the register, > etc.....) depending on the post > 4th column: Average Time required to do the task > > So the sample data would look like > Posts Dept Task Average time > Office Boy HR Open the door 00:00:09 > Secretary Finance Fix an appointment 00.00.30 > .... ..... ..... ..... > > I am trying to represent this data in Graphical format, I tried graphs like > Mosaic plot, etc. But it does not represent the data correctly. My aim is to > check the "amount of time and its variability for groups of tasks" > > Can someone suggest me few graphs for this kind of data? > > Thank you in advance > Regards > Sunita > -- > View this message in context: > http://old.nabble.com/Need-help-for-graphical-representation-tp26407207p26407207.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.