![]() |
![]() |
![]() |
![]() |
![]() |
+.sonify {playitbyr} | 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:
sonaes
Mappings of data columns to sound parameters
sonlayer
Layers, such as
shape_scatter
sonscaling
Scalings, such as
scale_time_continuous
sonfacet
Instructions for faceting the sonification
sonopts
Additional options
A sonify object with the relevant y
value added
into the object.
sonify
for the creation of these objects