Re: [R] graph for selected lines in stars()

2003-08-14 Thread Peter Dalgaard BSA
Tito de Morais Luis [EMAIL PROTECTED] writes: Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions

[R] graph for selected lines in stars()

2003-08-07 Thread Tito de Morais Luis
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line