Re: [R] Ploting a matrix

2009-03-27 Thread skrug
on will be to use the reshape package, followed by ggplot2 or lattice. baptiste On 27 Mar 2009, at 14:54, skrug wrote: Unfortunately, I could not solve the problem of plotting all columns of a matrix against the first column I used: b=read.table("d:\\programme\\R\\übungen\\Block 1b.txt",

[R] Ploting a matrix

2009-03-27 Thread skrug
lot, x= a[,1]) dev.off() HTH, baptiste On 27 Mar 2009, at 11:05, skrug wrote: Hi evrybody, in a matrix consisting of 49 columns, I would like to plot all columns against the first in 48 different graphs. Can you help me? Thank y

[R] Ploting a matrix

2009-03-27 Thread skrug
Hi evrybody, in a matrix consisting of 49 columns, I would like to plot all columns against the first in 48 different graphs. Can you help me? Thank you in advance Sebastian -- *** Dip

[R] Tables

2009-03-26 Thread skrug
Hi, I am just starting using R. Hence, sorry for asking probably rather easy questions. I used "read.table" to bring an .txt Table to R. Unfortunately the columns do not have the same length. I tried "fill=TRUE", to fill the blank space with "na". In a certain kind of way it worked, but befo