Skip to content

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 gpar().

stroke

Linewidth for points. Populates the lwd grid parameter.

pointsize

Size for points. Populates the fontsize grid parameter.

Value

An object of class 'gpar'.