Skip to content
Prev 66790 / 398506 Next

2d plotting and colours

Thank you.

mycols <- c("brown","orange","tomato")
plot(x,col = mycols[cl$cluster])

this works. I can define distinct colours and check the graph.

the rest of the examples does not give a wide palette to choose from

Asha