ggpar: Interpreter for graphical parameters

View source: R/utilities-grid.R

ggparR Documentation

Interpreter for graphical parameters

Description

This is a wrapper for grid::gpar() that applies ggplot2's interpretation of graphical parameters.

Usage

ggpar(..., 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'.


tidyverse/ggplot2 documentation built on May 16, 2024, 6:11 a.m.