rc.plot.text | R Documentation |
Plot text labels at designated position.
rc.plot.text(Data, track.id, col='black', custom.track.height=NULL, ...)
Data |
a data.frame. See |
track.id |
a vector of integers, specifying the tracks for plotting text. |
col |
a vector of color for the text. |
custom.track.height |
NULL or numeric, specifying customized track height. |
... |
further graphical parameters (from |
Data
is a data.frame with at least three columns named 'Chr', 'Pos', and 'Label', specifying the chrosomal positoin and text labels.
Minghui Wang <m.h.wang@live.com>
rc.plot.histogram
, rc.plot.track
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.