annotation_raster {ggplot2} R Documentation

annotation_raster: Annotation: high-performance rectangular tiling

Description

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

Usage

annotation_raster(raster);

Arguments

raster

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]