Skip to contents

A restrained, publication-oriented theme built on ggplot2::theme_minimal(). The default square aspect ratio is intended for standalone scientific panels; set square = FALSE when composing a layout that owns panel dimensions.

Usage

theme_landscapeR(base_size = 7, base_family = "Helvetica", square = TRUE)

Arguments

base_size

base font size in points. Defaults to 7 for final-size scientific figures.

base_family

base font family. Defaults to Helvetica.

square

logical; use a 1:1 panel aspect ratio.

Value

A ggplot2 theme.