Learn R Programming

rtemis (version 0.79)

mplot3.fret: mplot3: Guitar Fretboard

Description

Draw color-coded notes on a guitar fretboard for standard E-A-D-G-B-e tuning

Usage

mplot3.fret(theme = c("light", "dark"), useSharps = FALSE,
  strings.col = ifelse(theme == "light", "black", "white"),
  frets.col = ifelse(theme == "light", "black", "white"),
  inlays = TRUE, inlays.col = ifelse(theme == "light", "gray80",
  "gray20"), inlays.cex = 2, par.reset = TRUE)

Arguments

theme

String: "light" or "dark"

useSharps

Logical: If TRUE, draw sharp instead of flat notes. Default = FALSE

strings.col

Color for strings

frets.col

Color for frets

inlays

Logical: Draw fretboard inlays. Default = TRUE

inlays.col

Color for inlays

inlays.cex

Float: Character expansion factor for inlays. Default = 2

par.reset

Logical: If TRUE, reset par before exit

Details

Plot is very wide and short. Adjust plot window accordingly. Practice every day.