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