star_plot | R Documentation |
Automatically reorders and scales the variables to make a readable star plot.
star_plot(x, draw.segments = T, proto = T, reorder = T, scale = T, ...)
x |
a matrix or data frame. Each row makes one star. |
proto |
If |
reorder |
If |
scale |
If |
... |
additional arguments for |
Tom Minka
stars
data(iris) star_plot(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.