RCircos.Get.Heatmap.Color.Scale.Location: Calculate X and Y Coordinates for Color Scale

View source: R/RCircosHeatmap.R

RCircos.Get.Heatmap.Color.Scale.LocationR 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):
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

Author(s)

Henry Zhang

Examples

library(RCircos)
location <- RCircos.Get.Heatmap.Color.Scale.Location(1)

RCircos documentation built on March 18, 2022, 7:59 p.m.