pickCol {PBSmodelling} | R Documentation |
Display an interactive colour palette from which the user can choose a colour.
pickCol(returnValue=TRUE)
returnValue |
If TRUE , display the full colour palette, choose a colour,
and return the hex value to the R session. If FALSE , use an intermediate
GUI to interact with the palette and display the hex value of the chosen colour. |
A hexidecimal colour value.
## Not run: junk<-pickCol(); resetGraph(); addLabel(.5,.5,junk,cex=4,col=junk); ## End(Not run)