On Tue, Sep 9, 2008 at 8:38 AM, Erich Studerus
<[EMAIL PROTECTED]> wrote:
> Thanks for all the suggestions, but it seems, that all these functions need
> a rearrangement of my data, since in my case, the dependent variables are in
> different columns. The error.bars.by-function seems to be the only plotting
> function, that does not need a rearrangement. Are there other functions,
> which can do that or is there an easy way to rearrange the columns into one?

Try:

library(reshape)
melt(x)

Hadley

-- 
http://had.co.nz/

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to