Learn R Programming

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)

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

Copy Link

Version

Install

install.packages('ggguitar')

Monthly Downloads

6

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Casimir Saternos

Last Published

December 24th, 2016

Functions in ggguitar (0.1.1)

tablature

Create guitar chord tablature chart.
select_chords

Select chords by criteria
chord_for_frets

Chord for Frets
chords

A dataset containing chords.
narrow_chord

Narrow (Filter) Chord Selection
notes_for_frets

This function is similar to chord_for_frets but also handles scales. Unlike chords_for_frets, this function removes NAs. This means there are no muted strings identified if a chord is passed in the frets argument.