Re: [R] Box Plot With Groups being numbers

2008-01-31 Thread Longinus
Try: plot(as.factor(rivermile), measurements) On Jan 31, 2:02 pm, "stephen sefick" <[EMAIL PROTECTED]> wrote: > I would like to Summarize values that are repeated measures at a > certain river mile with box plot i.e. > > The data matrix looks like this > 123 124 125 #fiver mile

Re: [R] Box Plot With Groups being numbers

2008-01-31 Thread Uwe Ligges
stephen sefick wrote: > I would like to Summarize values that are repeated measures at a > certain river mile with box plot i.e. > > The data matrix looks like this > 123 124 125 #fiver mile > 0.5 0.6 0.7 > 0.4 0.5 0.6 > ...... ...#values >

[R] Box Plot With Groups being numbers

2008-01-31 Thread stephen sefick
I would like to Summarize values that are repeated measures at a certain river mile with box plot i.e. The data matrix looks like this 123 124 125 #fiver mile 0.5 0.6 0.7 0.4 0.5 0.6 ...... ...#values I would like to make a boxplot with the r