genCov_buildTrack {GenVisR} | R Documentation |
given a name create a label
genCov_buildTrack(name, bg_fill = "black", text_fill = "white", border = "black", size = 10)
name |
character string giving the name of the track |
bg_fill |
character string giving the colour to fill the label |
text_fill |
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 |
ggplot object