r-color-palettes icon indicating copy to clipboard operation
r-color-palettes copied to clipboard

Show how integer palettes work

Open EmilHvitfeldt opened this issue 4 years ago โ€ข 0 comments

palette()

plot(1:8, col = 1:8)

palette("Set 3")

plot(1:8, col = 1:8)

EmilHvitfeldt avatar Apr 26 '21 02:04 EmilHvitfeldt