Learn R Programming

g2r (version 0.1.0)

g2r_globals: Globals

Description

Set global options, all charts in session will use these options.

Usage

g2r_globals(..., font = NULL, renderer = NULL)

Arguments

...

Passed to custom_motif

font

Passed to conf_font

renderer

Passed to conf_renderer

Examples

Run this code
# NOT RUN {
g2r_globals(font = "Comic Sans")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab