Displaying 2 results from an estimated 2 matches for "93488d88".
2009 Jul 09
1
ggplot2: geom_errorbarh()
Hi all,
quick question: is the optional command "width" effective in the
geom_errorbarh() layer of ggplot?
Cause I can't 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&...
2009 Jul 09
2
How to Populate List
...ct.org>
Message-ID: <B35F4FCBCF7442A492541599B1E043C6@PR017080>
Content-Type: text/plain
Hi all,
quick question: is the optional command "width" effective in the
geom_errorbarh() layer of ggplot?
Cause I can't 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&qu...