Calculate X and Y coordinates for the topleft corner of heatmap color scale.
Usage
RCircos.Get.Heatmap.Color.Scale.Location(scale.location = 1)
Arguments
- scale.location
Integer of 1 ~ 12, represents the plot location (default is 1):
1: "bottom"
2: "left"
3: "top"
4.: "right"
5: "bottomleft"
6: "bottomright"
7: "leftright"
8: "leftbottom"
9: "topleft"
10: "topright"
11: "righttop"
12: "rightbottom"
Value
Numeric verctor of length 2 for x and y coordinates
Examples
library(RCircos)
location <- RCircos.Get.Heatmap.Color.Scale.Location(1)