resizeImage {grDevices} |
R Documentation |
resize image to a new pixel size
Description
Usage
resizeImage(image, factor);
Arguments
image
-
factor
+ a single number will be scale the image lager or smaller
+ a numeric vector with two element will specific the new size in pixel directly
+ other situation will throw a new exception. [as double]
env
[as Environment]
Details
Authors
graphics
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
grDevices version 1.0.0.0
Index]