search for: d_width

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

Did you mean: _width
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
...=sp, geom="boxplot") At this point, the things break with more than 50 warnings, here are the first few: 1: In Ops.factor(width, n) : / not meaningful for factors 2: In Ops.factor(n, 1) : - not meaningful for factors 3: In Ops.factor(2, n) : * not meaningful for factors 4: In Ops.factor(d_width, n) : / not meaningful for factors Interestingly enough, removing the colour option, also produces a boxplot, but now the data for the two levels of sp are drawn in the same box, i.e., the following works: qplot(wg, v.realtime, data=df.best.medians$gv1, facets = . ~ n, geom="boxplot")...