View source: R/rc.plot.point.R
rc.plot.point | R Documentation |
Plot point(s) at designated position.
rc.plot.point(Data, track.id, color.col=NULL, custom.track.height=NULL, ...)
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 |
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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.