RCircos.Get.Heatmap.Color.Scale.Location {RCircos} | R Documentation |
Calculate X and Y Coordinates for Color Scale
Description
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): |
Value
Numeric verctor of length 2 for x and y coordinates
Author(s)
Henry Zhang
Examples
library(RCircos)
location <- RCircos.Get.Heatmap.Color.Scale.Location(1)
[Package RCircos version 1.2.2 Index]