genCov_trackViz {GenVisR}R Documentation

Overlay tracks with plots

Description

given a named list of plots, display them on tracks

Usage

genCov_trackViz(..., bgFill = "black", textFill = "white",
  border = "black", size = 10, axis_align = "none", widthRatio = c(1,
  10), list = TRUE)

Arguments

...

named list of ggplot2 plots

bgFill

character string giving the colour to fill the label

textFill

character string giving the colour to fill the text

border

character string specifying the colour to fill the border of the label

size

integer specifying the size of the text within the label

axis_align

character string specifying axis to align plotting space on, one of 'both', 'height', 'width', 'none'

widthRatio

vector of length 2 giving the ratio of track labels to plots

list

boolean specifying whether plots are in a named list or specified individually via ...

Value

ggplotGrob object


[Package GenVisR version 1.8.1 Index]