Re: [R] package to plot mean and standard deviation directly on data

2014-05-13 Thread Luigi Marongiu
Dear Duncan and Jim, thank you fo ryour reply. Please do not worry about the code: it was just an example of the lenghty procedure I have to apply to plot the standard deviation lines; the actual code is then shaped according to the data at hand. I will have a look at the packages you have

Re: [R] package to plot mean and standard deviation directly on data

2014-05-13 Thread Luigi Marongiu
Dear Jim, I have use the brkdn.plot as you suggested and I quite like it since it is easy to use. Would be possible to overlap the confidence bars (SD) with the mean value points? The implemetation leaves a small space as you can see in this figure. I tired with a pch=list(type=o, pch=c(16, 1,

[R] package to plot mean and standard deviation directly on data

2014-05-12 Thread Luigi Marongiu
Dear all, is there a package, preferably not ggplot, to draw the lines for the standard deviation just by providing the vector with the data? more or less as it happens with the boxplot function. the procedure i implemented herein requires the calculation of the means, standard deviations, limits

Re: [R] package to plot mean and standard deviation directly on data

2014-05-12 Thread Jim Lemon
On Mon, 12 May 2014 06:50:29 PM Luigi Marongiu wrote: Dear all, is there a package, preferably not ggplot, to draw the lines for the standard deviation just by providing the vector with the data? more or less as it happens with the boxplot function. the procedure i implemented herein

Re: [R] package to plot mean and standard deviation directly on data

2014-05-12 Thread Duncan Mackay
Hi Luigi I have not got time at the moment to look at you question but see library(xyplot) demo(intervals) Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England Armidale NSW 2351 Email: home: mac...@northnet.com.au -Original Message- From: