RCircos.Set.Plot.Area | R Documentation |
Open an new window for plotting. RCircos core components must be initialized before call this function. All four margins are set to 0.25 and window size are set to plot.radius in RCircos parameters. This function is optional and could be replaced by call par(), plot.new(), and plot.window() if users want control the plot window by themselves.
RCircos.Set.Plot.Area(margins = 0.25, ...)
margins |
Non-negative numeric, value for margins around plot area. |
... |
Other arguments passed... |
Henry Zhang
## Not run: library(RCircos); data(UCSC.HG19.Human.CytoBandIdeogram); RCircos.Set.Core.Components( cyto.info=UCSC.HG19.Human.CytoBandIdeogram, chr.exclude=c("chrX", "chrY"), tracks.inside=10, tracks.outside=5) RCircos.Set.Plot.Area() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.