| gg_par {ggplot2} | R Documentation |
Interpreter for graphical parameters
Description
This is a wrapper for grid::gpar() that applies ggplot2's interpretation
of graphical parameters.
Usage
gg_par(..., stroke = NULL, pointsize = NULL)
Arguments
... |
Named arguments passed on to |
stroke |
Linewidth for points. Populates the |
pointsize |
Size for points. Populates the |
Value
An object of class 'gpar'.
[Package ggplot2 version 4.0.3 Index]