pc_set: Pitch-class set

View source: R/pc-set.R

pc_setR Documentation

Pitch-class set

Description

This function represents an object as a pitch-class set.

Usage

pc_set(x)

## S3 method for class 'numeric'
pc_set(x)

## S3 method for class 'pc_set'
pc_set(x)

## S3 method for class 'pc_chord'
pc_set(x)

## S3 method for class 'pi_chord'
pc_set(x)

## S3 method for class 'fr_chord'
pc_set(x)

## S3 method for class 'pc_set_norm_order'
pc_set(x)

## S3 method for class 'pc_set_type'
pc_set(x)

## S3 method for class 'character'
pc_set(x)

Arguments

x

Object to represent as a pitch-class set.

Value

Returns an object of class pc_set.


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