Draw Heatmap Annotations on the Heatmap

# S4 method for Heatmap
draw_annotation(object, which = c("top", "bottom", "left", "right"), k = 1, ...)

Arguments

object

A Heatmap-class object.

which

The position of the heamtap annotation.

k

Slice index.

...

Pass to viewport which includes the complete heatmap annotation.

Details

A viewport is created which contains column/top annotations.

The function calls draw,HeatmapAnnotation-method to draw the annotations.

This function is only for internal use.

Value

This function returns no value.

Examples

# There is no example NULL
#> NULL