rc.plot.point: Plot Point

Description Usage Arguments Details Author(s) See Also Examples

Description

Plot point(s) at designated position.

Usage

1
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.

Author(s)

Minghui Wang <m.h.wang@live.com>

See Also

rc.plot.histogram, rc.plot.track

Examples

1
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.

Example output



NetWeaver documentation built on May 2, 2019, 11:26 a.m.