# NOT RUN {
# default color wheel
showWheel()
# generate a color wheel with 10 slices, starting at h=220 (blue)
showWheel(h1=220, h2=200, n=10)
# manual entry
showWheel(c("black", "blue", "red"))
# }
Run the code above in your browser using DataLab