search for: sdqe

Displaying 2 results from an estimated 2 matches for "sdqe".

Did you mean: sde
2009 Jul 09
1
ggplot2: geom_errorbarh()
...et it works on this graph http://www.4shared.com/file/116919103/93488d88/iso_2PrsH.html pdf(file = "iso_2PrsH.pdf", width = 7, height = 7) NC60.iso.graph<-ggplot( NC60.DATA ,aes(Ce,Qe)) + geom_point(col=MaCouleur1, size=4) + geom_errorbar( aes(ymax = NC60.DATA$Qe+NC60.DATA$sdQe ,ymin=NC60.DATA$Qe-NC60.DATA$sdQe) ,colour=alpha("black",0.4) ,width=1) + geom_errorbarh( aes(xmax = NC60.DATA$Ce+NC60.DATA$sdCe ,xmin=NC60.DATA$Ce-NC60.DATA$sdCe) ,colour=alpha("black",0.4) ,width=1) + geom_line(data=NC60.Res4.curve ,aes(x,y) ,size...
2009 Jul 09
2
How to Populate List
...get it works on this graph http://www.4shared.com/file/116919103/93488d88/iso_2PrsH.html pdf(file = "iso_2PrsH.pdf", width = 7, height = 7) NC60.iso.graph<-ggplot( NC60.DATA ,aes(Ce,Qe)) + geom_point(col=MaCouleur1, size=4) + geom_errorbar(   aes(ymax = NC60.DATA$Qe+NC60.DATA$sdQe    ,ymin=NC60.DATA$Qe-NC60.DATA$sdQe)    ,colour=alpha("black",0.4)    ,width=1) + geom_errorbarh(   aes(xmax = NC60.DATA$Ce+NC60.DATA$sdCe    ,xmin=NC60.DATA$Ce-NC60.DATA$sdCe)    ,colour=alpha("black",0.4)    ,width=1) + geom_line(data=NC60.Res4.curve   ,aes(x,y)   ,size=1...