RCircos.Clear.Zoom.Area: Erase Zoom-in Plot Area

View source: R/RCircosZoomPlot.R

RCircos.Clear.Zoom.AreaR Documentation

Erase Zoom-in Plot Area

Description

Erase zoom-in plot area. RCircos core components and graphic device must be already initialized.

Usage

RCircos.Clear.Zoom.Area(zoom.pos=NULL, track.num=NULL,  
        inside.pos=NULL, outside.pos=NULL)

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.

Author(s)

Henry Zhang

Examples

## Not run: 
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) 

## End(Not run)

RCircos documentation built on March 18, 2022, 7:59 p.m.