ggplot.themes: extra 'ggplot2' themes

ggplot.themesR Documentation

extra ggplot2 themes

Description

A number of ready-to-use ggplot2 themes for scientific manuscripts.

Usage

theme_pecher()

theme_apa()

Functions

  • theme_pecher(): Based on the plot design style of prof. Diane Pecher.

  • theme_apa(): Theme appropriate for APA manuscripts.

Author(s)

Sercan Kahveci

Examples

ggplot(mtcars,aes(x=mpg,y=wt)) + geom_point() + theme_pecher()

ggplot(mtcars,aes(x=mpg,y=wt)) + geom_point() + theme_apa()


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.