Proposed modification to boxplot()

I would like to propose modifying the boxplot function as

    > follows: Instead of only accepting an (mxn) matrix (x) and
    > creating (n) boxplots from the columns of (x), optionally
    > in place of the (mxn) matrix accept a list of numeric
    > arrays which can be any length, and create boxplots for
    > each of the arrays in the list.

Since I have never used boxplot I don't feel qualified to comment on
this, so I suggest you bring it up on the user's list. If noone
objects, and you send me a patch against CVS, I'll include it.

Thanks,
JDH