genCov_buildTrack {GenVisR}R Documentation

build label for plot

Description

given a name create a label

Usage

genCov_buildTrack(name, bg_fill = "black", text_fill = "white",
  border = "black", size = 10)

Arguments

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

Value

ggplot object


[Package GenVisR version 1.8.1 Index]