vectorPNGbuttons {CVD} | R Documentation |
vectorPNGbuttons
returns a vector with the filenames of the PNG files representing colored caps (buttons) from a data.frame.
vectorPNGbuttons(capsData=get("FarnsworthD15", envir = environment()))
capsData |
data.frame with RGB values of colored caps (buttons). |
vector with path+filenames of PNG files.
Jose Gama
## Not run:
vectorPNGbuttons(FarnsworthD15)
## End(Not run)