tsm_theme: A ggplot2 theme for plotting tsort.info data.

Description Usage Value Examples

View source: R/tsort_ggplot.R

Description

Function to be used within ggplot2 calls or ggplot2 functions within the tsortmusicr package.

Usage

1

Value

A complete ggplot2 theme based on theme_bw(). Font size 14, text family "serif"

Examples

1
2
3
4
5
6
library(ggplot2)
p <- ggplot(albums, aes(x = year, y = final_score)) +
   geom_jitter(alpha = 0.7) +
   labs(title = "Final score by year")
p
p + tsm_theme()

fjodor/tsortmusicr documentation built on May 16, 2020, 4:53 p.m.