mplot3_fret | R Documentation |
mplot3
: Guitar FretboardDraw color-coded notes on a guitar fretboard for standard E-A-D-G-B-e tuning
mplot3_fret(
theme = rtTheme,
useSharps = FALSE,
strings.col = "auto",
frets.col = "auto",
inlays = TRUE,
inlays.col = "auto",
inlays.cex = 2,
par.reset = TRUE,
...
)
theme |
Character: "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 |
Numeric: Character expansion factor for inlays. Default = 2 |
par.reset |
Logical: If TRUE, reset par before exit |
... |
Additional arguments to theme |
Plot is very wide and short. Adjust plot window accordingly. Practice every day.
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.