Learn R Programming

sbpiper (version 1.9.0)

tc_theme: A theme for time courses. It extends ggplot2 theme_classic().

Description

A theme for time courses. It extends ggplot2 theme_classic().

Usage

tc_theme(base_size = 12, base_family = "")

Arguments

base_size

the font size

base_family

the font family

Examples

Run this code
# NOT RUN {
library(ggplot2)
theme_set(tc_theme(36))
# }

Run the code above in your browser using DataLab