Description Usage Arguments Conflicting defaults on sonlayer scalings
These functions are a start on the layer functionality
for sonify
objects, analogous to ggplot2
layers. This creates a list object that can be included
in a sonify
object.
1 2 3 4 5 6 |
shape |
A character string representing the overall
style of the audio plot (analogous to |
shape_options |
Additional options specific to the shape |
stat |
The statistic to be calculated for the layer |
stat_params |
Additional parameters specific to the stat |
data |
The |
mapping |
A |
... |
Layer parameters to be passed to
|
sonlayer
scalingsEach shape has its own default scalings (see
link{getShapeDef}
to view these defaults. It's
quite possible that some default scalings for a parameter
differ between scalings; if this is the case, the default
scaling for the earlier sonlayer
type, as it
appears in the $sonlayers
slot of a sonify
object, takes precedence.
Default scalings are, of course, ignored when they are
explicitly declared; if you don't like the behavior of a
default scaling you can always define your own (see
sonscaling
and
scaleShortcuts
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.