| rasterHeatmap {graphics2D} |
R Documentation |
Render raster image in heatmap mode
Description
Usage
rasterHeatmap(x,
region = NULL,
dimSize = NULL,
colorName = "jet",
gauss = 0,
colorLevels = 255,
rasterBitmap = FALSE,
fillRect = TRUE,
strict = TRUE);
Arguments
x
-
region
[as Rectangle]
dimSize
the dimension size of the heatmap image rendering, if missing then the dimension size will be evaluated from the given heatmap data automaticaLLY.
colorName
-
gauss
[as integer]
env
[as Environment]
Details
this function will returns nothing, not returns the generated image result
target heatmap image always rendering onto current opened graphics device
Authors
graphics
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
graphics2D version 1.0.0.0
Index]