R/heatmap-utils.R
adjacent_side.Rd
Simple heatmap helper to get a default adjacent side for another annotation
adjacent_side(side = c("top", "right", "bottom", "left"))
one of "top", "right", "bottom", or "left"
character
adjacent_side("top") #> [1] "right"