png.par | R Documentation |
Wrapper functions for fast creation of plot files with defaults I like Just combines the grahic device functions png, tiff, and pdf with par to open a file for plotting
png.par(file, res = 200, width = 6.5, height = 5, units = "in", bg = NA, mar = c(2.5, 2.5, 0, 0), mgp = c(1.5, 0.5, 0), las = 1, bty = "l", col = "black", ...)
file |
The file to write to, this is the only necessary argument |
Any argument from the respective grahic function or par can be passed, but the only thing that is strictly necessary is the file path, others are set with defaults I like.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.