Re: [R] ggplot2 question plot mean/error bars

2017-04-05 Thread PIKAL Petr
5, 2017 11:06 PM To: r-help Subject: Re: [R] ggplot2 question plot mean/error bars Dear Rxperts.. Here is the updated code.. to the above example.. how do I make the white circles as "white filled" so that lines in the circles are not shown.? Thanks and much appreciated Santosh q

Re: [R] ggplot2 question plot mean/error bars

2017-04-05 Thread Santosh
Dear Rxperts.. Here is the updated code.. to the above example.. how do I make the white circles as "white filled" so that lines in the circles are not shown.? Thanks and much appreciated Santosh q <- data.frame(G=rep(paste("G",1:3,sep=""),each=50),D=rep( paste("D",1:5,sep=""),each=30),a=rep

[R] ggplot2 question plot mean/error bars

2017-04-05 Thread Santosh
Hello Rxperts.. I am trying to generate a mean+/- error plot.. using ggplot2.. with filled black and white circles and black lines, but no overlap of lines and circles (symbols). Also, with no top and right lines of the plot box. I remember having done this before.. unable to reproduce how I did!