powered by
Device driver for PNG favicons (Favorite icon) also known as shortcut icon, Web site icon, tab icon or bookmark icon. This driver is the same as the png driver where some arguments have different default values.
favicon(filename="favicon.png", width=32L, height=width, bg="transparent", par=list(mar = c(0, 0, 0, 0)), ...)
A plot device is opened; nothing is returned.
Default file name (pattern).
The width and height of the figure.
A named list of graphical parameters to use.
list
Other arguments accepted by png().
png()
Henrik Bengtsson
Internally, png is used.
png
if (FALSE) { favicon(width=32L) # is identical to suppressWarnings({ png("favicon.png", width=32L, height=32L, bg="transparent", par=list(mar=c(0,0,0,0))) }) }
Run the code above in your browser using DataLab