Description Usage Arguments Value
Gets all supported sound parameters, or checks a
character vector of sound parameters for validity. This
is used by sonaes
and
sonscaling
to provide a minimal check that
the names of their arguments are valid.
1 2 3 | getSoundParams(shapes = getShapeNames())
checkSoundParams(paramnames, shapes = getShapeNames())
|
shapes |
The shapes to return the sound parameters
of. The default is to get or check all currently
available shapes (see |
paramnames |
A character vector of sound parameters to check for validity |
getSoundParams
returns data.frame
with the
name of each parameter and the name of the shape it is a
part of. checkSoundParams
returns NULL
if
successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.