rc.plot.track {NetWeaver} | R Documentation |
Add a track to a circos plot.
rc.plot.track(track.id, border='black', col=NA, custom.track.height=NULL)
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 |
custom.track.height
sets customized track height, which will be useful for track(s) requiring bigger/smaller height than default.
Minghui Wang <m.h.wang@live.com>
rc.plot.histogram
, rc.plot.mHistogram
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.