* 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
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
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