| +.sonify | R Documentation |
sonify objects can be incrementally added
onto to form a complete sonification, much like
ggplot objects.
## S3 method for class 'sonify'
x + y
x |
A |
y |
An object to be added into the sonify object (see Details). |
Adding mappings, layers, facets, and other parameters
onto a sonify object is the easiest method of
creating a sonification. The following kinds of objects
can be added:
sonaesMappings of data columns to sound parameters
sonlayerLayers, such as
shape_scatter
sonscalingScalings, such as
scale_time_continuous
sonfacetInstructions for faceting the sonification
sonoptsAdditional options
A sonify object with the relevant y value added
into the object.
sonify for the creation of these objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.