Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

music R package CRAN License: GPL v3 Build Status AppVeyor build status codecov

A little music theory in R

Description

Build, play, and visualize scales, chords, and chord progressions

ASCII piano console plots:

Waveform time series plots:

Installation

You can either install from CRAN or grab the latest version directly from this repository.

Install from CRAN:

install.packages("music")

Install latest version from GitHub:

Install using remotes:

install.packages("remotes")
remotes::install_github("egenn/music")

Documentation

Official R manual

music Vignette

You can’t perform that action at this time.