README.md

ggguitar

Description

Create Guitar Tablature and related documentation. Powered by ggplot2 and the Tidyverse.

Example Usage

> library(ggguitar)
> chord_GM <- c(3, 2, 0, 0, 0, 3)
> tablature('G Major', chord_GM)

alt text

> chord_for_frets(chord_GM)
[1] "g" "b" "d" "g" "b" "g"


Try the ggguitar package in your browser

Any scripts or data that you put into this service are public.

ggguitar documentation built on May 2, 2019, 3:28 p.m.