r-color-palettes
r-color-palettes copied to clipboard
Show how integer palettes work
palette()
plot(1:8, col = 1:8)
palette("Set 3")
plot(1:8, col = 1:8)