resizeImage {graphics} 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

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package graphics version 2.33.856.6961 Index]