mplot3_fret: 'mplot3': Guitar Fretboard

View source: R/mplot3_fret.R

mplot3_fretR Documentation

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 = rtTheme,
  useSharps = FALSE,
  strings.col = "auto",
  frets.col = "auto",
  inlays = TRUE,
  inlays.col = "auto",
  inlays.cex = 2,
  par.reset = TRUE,
  ...
)

Arguments

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

Details

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

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.