search for: centreline

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

Did you mean: centerline
2001 Aug 28
2
Christmas tree graphs
...3, 112209, 106543, 72895, 46920, 32606, 11106, 1134, 60, 5247) right.side <- c(102129, 109261, 123291, 117322, 110397, 71027, 50319, 43805, 21074, 3621, 204, 6608) The R function barchart allows me to stack bars and to juxtapose them, but I can't see how to draw the bars outwards from a centreline. If anyone had some hints on how to do this, I would be very grateful. Thank you! Regards, Andrew C. Ward CAPE Centre Department of Chemical Engineering The University of Queensland Brisbane Qld 4072 Australia andreww at cheque.uq.edu.au -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2012 Jul 02
5
ggplot: dodge positions
Dear all, I want to get a series of boxplots (grouped by two factors) and I want to overlay the original observations and the following code does almost what I want: library(ggplot) ddf <- data.frame(x=factor(rep(LETTERS[1:4], each=30)), y = runif(120,0,10), grp = factor(rep(rep(1:3, 10), 4))) ggplot(ddf, aes(x, y, colour=grp)) + geom_boxplot() + geom_point() Yet the position of the points