genCov_trackViz {GenVisR} | R Documentation |
given a named list of plots, display them on tracks
genCov_trackViz(..., bgFill = "black", textFill = "white", border = "black", size = 10, axis_align = "none", widthRatio = c(1, 10), list = TRUE)
... |
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 ... |
ggplotGrob object