annotation_raster {ggplot2} R Documentation

annotation_raster: Annotation: high-performance rectangular tiling

Description


This is a special version of geom_raster() optimised for static
annotations that are the same in every panel. These annotations
will not affect scales (i.e. the x and y axes will not grow to cover
the range of the raster, and the raster must already have its own
colours). This is useful for adding bitmap images.

Usage

annotation_raster(raster);

Arguments

raster

raster object to display, may be an array or a nativeRaster

Details

Authors

SMRUCC genomics institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package ggplot2 version 1.0.0.0 Index]