add-sonify: Add additional layers or options onto sonify objects

+.sonifyR Documentation

Add additional layers or options onto sonify objects

Description

sonify objects can be incrementally added onto to form a complete sonification, much like ggplot objects.

Usage

  ## S3 method for class 'sonify'
 x + y

Arguments

x

A sonify object

y

An object to be added into the sonify object (see Details).

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

Value

A sonify object with the relevant y value added into the object.

See Also

sonify for the creation of these objects


statisfactions/playitbyr documentation built on Jan. 27, 2024, 1:33 p.m.