is.equal_tempered: Check for equal temperament

View source: R/is.equal-tempered.R

is.equal_temperedR Documentation

Check for equal temperament

Description

Checks whether a chord is equal-tempered.

Usage

is.equal_tempered(x, ...)

## S3 method for class 'pi_chord'
is.equal_tempered(x, ...)

## S3 method for class 'pc_set'
is.equal_tempered(x, ...)

## S3 method for class 'pc_chord'
is.equal_tempered(x, ...)

## S3 method for class 'sparse_pi_spectrum'
is.equal_tempered(x, ...)

Arguments

x

Chord to check.

...

Further arguments passed to other methods.

Value

Returns TRUE if the chord is equal-tempered, FALSE otherwise.


pmcharrison/hrep documentation built on Feb. 18, 2024, 2:33 a.m.