Learn R Programming

NetWeaver (version 0.0.6)

rc.plot.text: Plot Text

Description

Plot text labels at designated position.

Usage

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.

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