Description Usage Arguments Value Author(s) Examples
createPNGbuttons
creates PNG files from a data.frame with RGB values.
1 2 | 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
1 2 3 4 5 6 | ## Not run:
createPNGbuttons(data.frame(R=0,G=0,B=0))
data(FarnsworthD15)
createPNGbuttons(FarnsworthD15)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.