I have designed a random matrix of numbers in a 10x10 grid
How can I now apply a colour palette to theses numbers, does anyone have the coding to do this on R studio?
#creates a numerically random matrix of numbers in a 10x10 grid
matrix(round((runif(100,0,255)),0),nrow = 10)