pickCol {PBSmodelling}R Documentation

Display Interactive Colour Selection Palette

Description

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.

Usage

pickCol(returnValue=TRUE)

Arguments

returnValue If true only display the colour chooser and return the hex value. Otherwise use an intermediate GUI to display the hex value

Value

A hexidecimal colour value.

See Also

testCol


[Package PBSmodelling version 0.60 Index]