Re: [O] Babel/R issue: 'x' must be atomic

2012-08-24 Thread Karl Voit
* John Hendy wrote: > > So, you need to pass a list of /vectors/, not a data.frame. Here's > what's going on: [...] > So... folders is a data.frame with one numeric vector, V1. Same for > tags. For mfolder and mtags, you created a vector, not a data.frame. > > Try this to pass the vectors from e

Re: [O] Babel/R issue: 'x' must be atomic

2012-08-23 Thread John Hendy
On Thu, Aug 23, 2012 at 6:23 PM, Karl Voit wrote: > Hi! > > Generating two separate boxplots for a given set of data is no problem. But > when I combine them into one single diagram (with two boxplots), I get: > > Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) : > 'x' must

[O] Babel/R issue: 'x' must be atomic

2012-08-23 Thread Karl Voit
Hi! Generating two separate boxplots for a given set of data is no problem. But when I combine them into one single diagram (with two boxplots), I get: Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) : 'x' must be atomic Calls: ... boxplot.stats -> -> sort -> sort.defau