rc.plot.track {NetWeaver} | R Documentation |
Plot Track
Description
Add a track to a circos plot.
Usage
rc.plot.track(track.id, border='black', col=NA, custom.track.height=NULL)
Arguments
track.id |
integer, track id. |
border |
the color to draw the track border. Use NA to omit borders. |
col |
NA or color code for the track background. |
custom.track.height |
NULL or numeric, specifying customized track height. See |
Details
custom.track.height
sets customized track height, which will be useful for track(s) requiring bigger/smaller height than default.
Author(s)
Minghui Wang <m.h.wang@live.com>
See Also
rc.plot.histogram
, rc.plot.mHistogram
Examples
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
[Package NetWeaver version 0.0.6 Index]