Displaying 1 result from an estimated 1 matches for "rowss".
Did you mean:
rows
2003 Aug 07
1
graph for selected lines in stars()
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 (Mazda Rx4)
The following give an incorrect graph for the first two cars :
stars(mtcars[1:2, 1:7])