rc.plot.text: Plot Text

Description Usage Arguments Details Author(s) See Also Examples

Description

Plot text labels at designated position.

Usage

1
rc.plot.text(Data, track.id, col='black', custom.track.height=NULL, ...)

Arguments

Data

a data.frame. See Details.

track.id

a vector of integers, specifying the tracks for plotting text.

col

a vector of color for the text.

custom.track.height

NULL or numeric, specifying customized track height.

...

further graphical parameters (from par), such as srt and family.

Details

Data is a data.frame with at least three columns named 'Chr', 'Pos', and 'Label', specifying the chrosomal positoin and text labels.

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.