g2_opt: g2_opt

View source: R/opt.R

g2_optR Documentation

g2_opt

Description

g2_opt

Usage

g2_opt(opt, ...)

Arguments

opt

G2Plot options

...

more options

Examples

g2_opt(list(), legend=FALSE)
g2_opt(list(), legend=FALSE, label=FALSE)

g2_opt(
  list(),
  color='rgb(252, 253, 191)-rgb(231, 82, 99)-rgb(183, 55, 121)',
  pointStyle=list(
    stroke='rgb(183, 55, 121)',
    lineWidth= 0.5
  )
)


13kay/rg2 documentation built on Feb. 16, 2024, 10:22 p.m.