Displaying 1 result from an estimated 1 matches for "rinsability".
2009 Jun 11
1
Help on drawing stars and radars in R (update)
...I have put in these commands in a script window:
stars(shampoo1[, 1:6], locations = c(0,0), radius = TRUE,
key.loc=c(0,0),
main = "Ranked Results for the Sensory Evaluation of the Shampoo" ,
frame.plot = TRUE,
key.labels = c("Foam Texture", "Skin Feel", "Rinsability", "Wet Combability", "Wet Feel", "Odour"),
lty = 2,
)
This gives me a black and white radar which is fine.
Now according to the reference manual to colour the stars i need to add:
col.stars = rainbow (30)
Which colours in each star segment. The problem I hav...