Displaying 6 results from an estimated 6 matches for "geom_errorbarh".
Did you mean:
geom_errorbar
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_errorba...
2010 Dec 13
1
ggplot2 errorbarh
Hi,
I'm having problems using the 'width' aesthetic attribute for the
geom_errorbarh. This is the same problem reported earlier here, but I'll
try to write the problem more clearly:
http://www.mail-archive.com/r-help@r-project.org/msg62371.html
The problem I'm having is that, the 'width' attribute is supposed to set the
height of the endpoints of the whiskers, a...
2011 Nov 15
2
break error bars in ggplot2
...to plot some measures including CIs as horizontal errorbars. I get an error when the scale limits are narrower than the boundaries of the error bar and hence the CIs are not plotted.
library(ggplot2)
df <- data.frame(resp=c(1,2), k=c(1,2), se=c(1,2))
ggplot(df, aes(resp,y=k)) + geom_point() + geom_errorbarh(aes(xmax = resp + se, xmin = resp - se)) + scale_x_continuous(limits=c(-1,3))
Is there a way to plot the errorbars anyway? Setting xmax to the scale limit is not so good, I guess, because you couldn't determine whether the CI is wider than the scale limits or not.
Thanks a lot,
Best,
Felix...
2009 Apr 21
0
ggplot2 version 0.8.3
...ons to plots
* facet_grid now takes strip label function from parameter labeller,
not theme setting
* facet_grid: gains as.table argument to control direction of horizontal facets
* fortify: full set of methods for turning data from the sp package
into data frames that can be plotted with ggplot2
* geom_errorbarh: new geom for horizontal error bars
* labels_parsed and labels_bquote functions to make it easier to
display expressions on facet labels
* scale_manual now supports breaks and limits
* subset: experimental new feature. Layers now have a subset
argument, which takes subsets formatted like .(var1 &l...
2009 Apr 21
0
ggplot2 version 0.8.3
...ons to plots
* facet_grid now takes strip label function from parameter labeller,
not theme setting
* facet_grid: gains as.table argument to control direction of horizontal facets
* fortify: full set of methods for turning data from the sp package
into data frames that can be plotted with ggplot2
* geom_errorbarh: new geom for horizontal error bars
* labels_parsed and labels_bquote functions to make it easier to
display expressions on facet labels
* scale_manual now supports breaks and limits
* subset: experimental new feature. Layers now have a subset
argument, which takes subsets formatted like .(var1 &l...
2009 Jul 09
2
How to Populate List
...ing a column name in loop? (Moshe Olshansky)
162. Cuminc Plot (kende jan)
163. Node colors in pvclust (nyk)
164. Re: print() to file? (Moshe Olshansky)
165. Re: error: no such index at level 2 (Petr PIKAL)
166. Re: Mysteriously vanishing LD_LIBRARY_PATH (Patrick Connolly)
167. ggplot2: geom_errorbarh() (Benoit Boulinguiez)
168. Re: Best way to export values from a function? (Petr PIKAL)
169. IIA test (justin bem)
170. Re: heatmap.2: question regarding the "raw z-score"
(Chrysanthi A.)
171. r bug (?) display of data (Marc Jekel)
172. Ordering zoo-object by its index (Se...