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, 1

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

2014-05-13 Thread Luigi Marongiu
ience > University of New England > Armidale NSW 2351 > Email: home: mac...@northnet.com.au > > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Luigi Marongiu > Sent: Tuesday, 13 May 2014 03:50 >

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

2014-05-12 Thread Duncan Mackay
-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Luigi Marongiu Sent: Tuesday, 13 May 2014 03:50 To: r-help@r-project.org Subject: [R] package to plot mean and standard deviation directly on data Dear all, is there a package, preferably not ggplot, to draw the lines for the

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 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