Learn R Programming

NetWeaver (version 0.0.6)

rc.plot.point: 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 Details.

track.id

a vector of integers, specifying the tracks for plotting point(s).

color.col

column id in Data specifying the colors.

custom.track.height

NULL or numeric, specifying customized track height.

...

further graphical parameters (from par).

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.

See Also

rc.plot.histogram, rc.plot.track

Examples

Run this code
# NOT RUN {
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
# }

Run the code above in your browser using DataLab