theme_default: Default plot theme.

View source: R/themes.R

theme_defaultR Documentation

Default plot theme.

Description

Default plot theme.

Usage

theme_default(p, panel.grid.minor = element_line(linetype = "dashed"), ...)

Arguments

p

A ggplot.

...

additional element specifications not part of base ggplot2. In general, these should also be defined in the element tree argument.

Examples

class(theme_default(ggplot2::ggplot(iris)))

fgeo.plot documentation built on Sept. 4, 2022, 1:06 a.m.