rc.plot.text {NetWeaver} | R Documentation |
Plot Text
Description
Plot text labels at designated position.
Usage
rc.plot.text(Data, track.id, col='black', custom.track.height=NULL, ...)
Arguments
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 |
Details
Data
is a data.frame with at least three columns named 'Chr', 'Pos', and 'Label', specifying the chrosomal positoin and text labels.
Author(s)
Minghui Wang <m.h.wang@live.com>
See Also
rc.plot.histogram
, rc.plot.track
Examples
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
[Package NetWeaver version 0.0.6 Index]