PlotImage | R Documentation |
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).
PlotImage(inAIObj)
inAIObj |
A object of class " |
This function uses package ggplot2 for representations.
'done'
Marc Vidal.
## Not run: data(SchumannKurioseGeschichte) s <- SchumannKurioseGeschichte ANIs <- CalcANI(s, 22050) PPs <- PeriodicityPitch(ANIs) PI <- PlotImage(PPs) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.