PlotImage: Plot an Auditory Image

PlotImageR Documentation

Plot an Auditory Image

Description

Auditory images reflect features of the sound as internal representations, in other words as brain activations so to speak. This function display auditory images from CalcANI and PeriodicityPitch or an "AI" data object (future versions).

Usage

PlotImage(inAIObj)

Arguments

inAIObj

A object of class "AI" which contains the matrix to be represented

Details

This function uses package ggplot2 for representations.

Value

'done'

Author(s)

Marc Vidal.

Examples

## Not run: data(SchumannKurioseGeschichte)
s <- SchumannKurioseGeschichte
ANIs <- CalcANI(s, 22050)
PPs <- PeriodicityPitch(ANIs)
PI <- PlotImage(PPs)
## End(Not run)

m-vidal/eaR documentation built on Nov. 18, 2022, 3:55 p.m.