mplot3
: Guitar FretboardDraw color-coded notes on a guitar fretboard for standard E-A-D-G-B-e tuning
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)
String: "light" or "dark"
Logical: If TRUE, draw sharp instead of flat notes. Default = FALSE
Color for strings
Color for frets
Logical: Draw fretboard inlays. Default = TRUE
Color for inlays
Float: Character expansion factor for inlays. Default = 2
Logical: If TRUE, reset par before exit
Plot is very wide and short. Adjust plot window accordingly. Practice every day.