rc.plot.point {NetWeaver} | R Documentation |
Plot Point
Description
Plot point(s) at designated position.
Usage
rc.plot.point(Data, track.id, color.col=NULL, custom.track.height=NULL, ...)
Arguments
Data |
a data.frame. See |
track.id |
a vector of integers, specifying the tracks for plotting point(s). |
color.col |
column id in |
custom.track.height |
NULL or numeric, specifying customized track height. |
... |
further graphical parameters (from |
Details
Data
is a data.frame with at least two columns named 'Chr', 'Pos', and 'Height', specifying the chrosomal positoin and the height within the track of the points. "Height
" will be sacled to have a maximum of 1.
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]