Erase Zoom-in Plot Area
RCircos.Clear.Zoom.Area.RdErase zoom-in plot area. RCircos core components and graphic device must be already initialized.
Arguments
- zoom.pos
Non-negative integer vector, representing the index of RCircos base plot positions.
- track.num
Non-negative integer, representing the ordinal number of the plot track to be erased.
- inside.pos
Non-negative numeric, inside position (relative to the centre of plot area) of the track.
- outside.pos
Non-negative numeric, outside position (relative to the centre of plot area) of the track.
Examples
if (FALSE) { # \dontrun{
library(RCircos)
data(UCSC.HG38.Human.CytoBandIdeogram)
cyto.info <- UCSC.HG38.Human.CytoBandIdeogram
RCircos.Set.Core.Components(cyto.info, chr.exclude=NULL,
tracks.inside=10, tracks.outside=0 )
RCircos.Set.Plot.Area()
RCircos.Clear.Zoom.Area(zoom.pos=c(1:10000), inside.pos=2, outside.pos=2.5)
} # }