Learn R Programming

NetWeaver (version 0.0.6)

rc.plot.track: Plot Track

Description

Add a track to a circos plot.

Usage

rc.plot.track(track.id, border='black', col=NA, custom.track.height=NULL)

Arguments

track.id

integer, track id.

border

the color to draw the track border. Use NA to omit borders.

col

NA or color code for the track background.

custom.track.height

NULL or numeric, specifying customized track height. See details.

Details

custom.track.height sets customized track height, which will be useful for track(s) requiring bigger/smaller height than default.

See Also

rc.plot.histogram, rc.plot.mHistogram

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