colour.scheme(def=c("blue","red"),N=4)
Colors<-colour.scheme(def=c("blue","red"),N=4,colors=c("black","gray33","gray66","orange","red"))
plot(c(1:4),col=Colors,pch=16)
#Given 10 individuals classified into three groups,
#this will provide the colour for each individual:
group<-c(1,1,1,2,2,2,1,2,3,3) # defines los grupos
colour.scheme(N=length(unique(group)))[group]
Run the code above in your browser using DataLab