Skip to contents

style is a container for the graphical properties passed to grid::gpar() when a drawable object is drawn.

Usage

style(color = "black", fill = "black", linewidth = 1)

Arguments

color

Stroke colour. Default "black".

fill

Fill colour. Default "black".

linewidth

Line width. Default 1.