| .determFigMargPix | R Documentation |
This function allows estimating size/distance of margin to edge of image (png) in pixel and return numeric vector.
.determFigMargPix(marg, res, callFrom = NULL, silent = FALSE, debug = FALSE)
marg |
(numeric) distance of margin in inch (as given in |
res |
(numeric, length=1) resolution of image (png) |
callFrom |
(character) allows easier tracking of messages produced |
silent |
(logical) suppress messages |
debug |
(logical) additonal messages for debugging |
This function returns a numeric vetctor matrix with (estimated) distance to figure margins in pixels
convertPlotCoordPix, mouseOverHtmlFile
.determFigMargPix(c(5,4,4,2),100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.