powered by
tim.colors(n = 64)
tim.colors(10) # returns an array of 10 strings in hex format #e.g. (red, green, blue) values of (16,255, 239) # translates to "#10FFEF" . image( outer( 1:20,1:20,"+"), col=tim.colors( 75))
Run the code above in your browser using DataLab