Learn R Programming

RCircos (version 1.2.2)

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

Examples

Run this code
# NOT RUN {
library(RCircos)
location <- RCircos.Get.Heatmap.Color.Scale.Location(1)
# }

Run the code above in your browser using DataLab