Learn R Programming

fgeo.plot (version 1.1.11)

theme_default: 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

Run this code
class(theme_default(ggplot2::ggplot(iris)))

Run the code above in your browser using DataLab