search for: msg62371

Displaying 1 result from an estimated 1 matches for "msg62371".

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, and respectively, the width of the endpoints of the whiskers in geom_errorbar. The width attribute works fine in geom_errorbar (sets width of whiskers fine), but...