Learn R Programming

r4pde (version 0.1.0)

theme_r4pde: Custom ggplot2 theme based on cowplot::theme_half_open

Description

This function creates a new ggplot2 theme by modifying the cowplot::theme_half_open theme. It sets a custom font size and changes the panel background color to gray96.

Usage

theme_r4pde(font_size = 16)

Value

A ggplot2 theme object.

Arguments

font_size

The base font size. Default is 16.