PlotImage: Plot an Auditory Nerve Image Data Object

Description Usage Arguments Details Value Author(s) Examples

Description

Auditory images, or images in short, reflect features of the sound as internal representations, in other words as brain activations so to speak. Auditory Nerve Images observations, or a derivative of them, are plotted.

Usage

1
PlotImage(inAuditoryImage)

Arguments

inAuditoryImage

A object of class ANI.

Details

This function uses package ggplot2 for representations.

Value

'done'

Author(s)

Marc Vidal.

Examples

1
2
3
4
5
probe <- tuneR::sine(293.66, samp.rate = 22050)
s <- c(SchumannKurioseGeschichte, numeric(2205), probe@left)
ANIs <- CalcANI(s, 22050)
PPs <- PeriodicityPitch(ANIs$AuditoryNerveImage, ANIs$ANIFreq)
PlotImage(PPs)

m-vidal/pv01 documentation built on Dec. 2, 2020, 1:24 a.m.