Description Usage Arguments Details Value Author(s) Examples
View source: R/adjustImageSize.R
This function is a wrapper for getImageDefs
and setImageDefs
to allow the user to change image sizes in one function call.
1 | adjustImageSize(x, y, scale = 1, res = 96)
|
x |
the display width of an image (in inches) |
y |
the display height of an image (in inches) |
scale |
a scaling factor for the image file size |
res |
resolution for bitmap images |
This function will get the current image specifications, change them and reset them using setImageDefs
. If the device is either bmp
, jpeg
or png
, the image will be converted to pixel size using the res
argument.
Optionally, to make bitmap images look a little better, the scale
argument can be used to scale-up the image file. This also has the effect of reducing the size of text and points in the displayed image.
No data are returned.
Sarah Goslee, Max Kuhn
1 2 3 | getImageDefs()
adjustImageSize(2, 5, scale = 1.75)
getImageDefs()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.