Displaying 2 results from an estimated 2 matches for "combability".
Did you mean:
cabability
2009 Jun 11
1
Help on drawing stars and radars in R (update)
...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 have with this is that the segme...
2009 Jun 10
0
Help on drawing stars and radars in R
...n 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", "Rinisability", "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 have with this is that the segme...