rc.plot.track.id {NetWeaver} | R Documentation |
Plot labels in designated tracks.
rc.plot.track.id(track.id, labels=NULL, degree=0,
col='black', custom.track.height=NULL, ...)
track.id |
a vector of integers, specifying the tracks for plotting id. |
labels |
NULL or a vector of character string, specifying the text to be written. |
degree |
the angle of the arc rotation. |
col |
color for the text. |
custom.track.height |
NULL or numeric, specifying customized track height. |
... |
further graphical parameters (from par), such as srt and family. |
If labels
is NULL, values of track.id
will be used as 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.