Learn R Programming

g3viz (version 1.2.0)

g3Lollipop.theme: G3Lollipop chart options of built-in themes.

Description

G3Lollipop chart options of built-in themes.

Usage

g3Lollipop.theme(
  theme.name = "default",
  title.text = "",
  y.axis.label = "# of mutations",
  legend.title = NA
)

Value

a list with g3Lollipop plot options

Arguments

theme.name

theme name, including default, cbioportal, nature, nature2, dark, blue, ggplot2, and simple. Default default.

title.text

title of chart. Default is empty.

y.axis.label

Y-axis label text. Default "# of mutations".

legend.title

legend title. If NA, factor.col in g3Lollipop is used. Default is NA.