createColorBrowser {iSPlot} | R Documentation |
createColorBrowser creates the color selection dialog window so the user can pick a color. The color selection window is not modal so the user can keep the window open and decide when they would like to change the color. Note that only one color selection dialog window can be open at one time.
createColorBrowser()
Elizabeth Whalen
if (interactive()) { # this function is called by choosing Color under the ViewMode menu createColorBrowser() # then hit the cancel button to close }