View source: R/utilities-grid.R
gg_par | R Documentation |
This is a wrapper for grid::gpar()
that applies ggplot2's interpretation
of graphical parameters.
gg_par(..., stroke = NULL, pointsize = NULL)
... |
Named arguments passed on to |
stroke |
Linewidth for points. Populates the |
pointsize |
Size for points. Populates the |
An object of class 'gpar'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.