createPNGbuttons {CVD} | R Documentation |
createPNGbuttons
creates PNG files from a data.frame with RGB values.
createPNGbuttons(capsData = get("FarnsworthD15", envir = environment()), imgLength = 44, imgWidth = 78)
capsData |
Input file name. |
imgLength |
Input file name. |
imgWidth |
Input file name. |
png file object.
Jose Gama
## Not run: createPNGbuttons(data.frame(R=0,G=0,B=0)) data(FarnsworthD15) createPNGbuttons(FarnsworthD15) ## End(Not run)