powered by
What to look for:
pal.scatter(pal, n = 50, main = "")
None.
A palette function or a vector of colors.
The number of colors to display for palette functions.
Main title
Kevin Wright
1. Can the colors of each point be uniquely identified?
pal.scatter(glasbey, n=31, main="glasbey") # FIXME add legend pal.scatter(parula, n=10) # not a good choice
Run the code above in your browser using DataLab