{graphics} R# Documentation

graphics


require(R);

#' The R Graphics Package
imports "graphics" from "graphics";

The R Graphics Package R functions for base graphics.

The R Graphics Package R functions for base graphics.



.NET clr function exports
color.height_map

construct a color heigh map

as.raster

Cast the clr image object as the raster data

raster_convolution
raster_vec

Convert a raster image object data as an intensity scale vector

image

Display a Color Image

Creates a grid of colored or gray-scale rectangles with colors corresponding to the values in z. This can be used to display three-dimensional or spatial data aka images. This is a generic function. NOTE: the grid Is drawn As a Set Of rectangles by Default; see the useRaster argument To draw the grid As a raster image. The Function hcl().colors provides a broad range Of sequential color palettes that are suitable For displaying ordered data, With n giving the number Of colors desired.


[Document Index]