G3Lollipop chart options of built-in themes.
g3Lollipop.theme(
theme.name = "default",
title.text = "",
y.axis.label = "# of mutations",
legend.title = NA
)
a list with g3Lollipop plot options
theme name, including default, cbioportal, nature, nature2, dark, blue, ggplot2, and simple. Default default.
title of chart. Default is empty.
Y-axis label text. Default "# of mutations".
legend title. If NA
, factor.col in
g3Lollipop
is used. Default is NA
.