PlotCirclize {bfw}R Documentation

Circlize Plot

Description

Create a circlize plot

Usage

PlotCirclize(
  data,
  category.spacing = 1.2,
  category.inset = c(-0.4, 0),
  monochrome = TRUE,
  plot.colors = c("#CCCCCC", "#DEDEDE"),
  font.type = "serif"
)

Arguments

data

data for circlize plot

category.spacing

spacing between category items , Default: 1.25

category.inset

inset of category items form plot , Default: c(-0.5, 0)

monochrome

logical, indicating whether or not to use monochrome colors, else use DistinctColors, Default: TRUE

plot.colors

range of color to use, Default: c("#CCCCCC", "#DEDEDE")

font.type

font type used for visualizations, Default: 'serif'

See Also

dev, recordPlot legend circos.par, chordDiagram, circos.trackPlotRegion, circos.clear


[Package bfw version 0.4.2 Index]