Learn R Programming

ggguitar (version 0.1.1)

select_chords: Select chords by criteria

Description

Select chords by criteria

Usage

select_chords(note_name = NULL, chord_name = NULL, string_1_fret = NULL, string_2_fret = NULL, string_3_fret = NULL, string_4_fret = NULL, string_5_fret = NULL, string_6_fret = NULL)

Arguments

note_name
Root of the chord.
chord_name
Name of the chord.
string_1_fret
Fret location on the 1st string.
string_2_fret
Fret location on the 2nd string.
string_3_fret
Fret location on the 3rd string.
string_4_fret
Fret location on the 4th string.
string_5_fret
Fret location on the 5th string.
string_6_fret
Fret location on the 6th string.

Value

Returns a data frame of chords.

Examples

Run this code
select_chords(chord_name = 'Major', string_5_fret = 3)
select_chords(note='d')

Run the code above in your browser using DataLab