# NOT RUN {
# Plot a color clpng
co <- clcolor(rgb(0, 0, 1))
plot(co)
# Plot a pattern clpng
p <- clpattern('1451')
plot(p)
clpng(p)
# Plot colors from a palette
p <- clpalette('113451')
plot(p, type = 'pie')
clpie(p)
# Plot multiple palettes (interactively)
p <- clpalettes('top')
plot(p) # PNG images
plot(p, type = 'pie') # pie chart swatches
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab