star.plot {mining} | R Documentation |
Automatically reorders and scales the variables to make a readable star plot.
star.plot(x,proto=T,reorder=T,scale=T,...)
x |
a matrix or data frame. Each row makes one star. |
proto |
If TRUE and the response variable is a factor,
then only the mean value for each response is plotted.
See prototypes . |
reorder |
If TRUE , the rows and columns are reordered so
that the data along each row and each column follows a linear trend.
Can also be a vector of two logicals, indicating separately
whether to reorder rows and/or columns.
|
scale |
If TRUE , each column is scaled to have minimum
0 and maximum 1. |
... |
additional arguments for stars . |
Tom Minka
data(iris) star.plot(iris)