pickCol {PBSmodelling} | R Documentation |
Display an interactive colour chooser. If returnValue is true, then the equivalent hex colour value is returned, otherwise if returnValue is faluse, an intermediate GUI is used to display the hex value and no value is returned to R.
pickCol(returnValue=TRUE)
returnValue |
If true only display the colour chooser and return the hex value. Otherwise use an intermediate GUI to display the hex value |
A hexidecimal colour value.