powered by
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)
This function returns a numeric vetctor matrix with (estimated) distance to figure margins in pixels
(numeric) distance of margin in inch (as given in par(mar=c( )))
par(mar=c( ))
(numeric, length=1) resolution of image (png)
(character) allows easier tracking of messages produced
(logical) suppress messages
(logical) additonal messages for debugging
convertPlotCoordPix, mouseOverHtmlFile
convertPlotCoordPix
mouseOverHtmlFile
.determFigMargPix(c(5,4,4,2),100)
Run the code above in your browser using DataLab