playitbyr Getting Started Support--Help, Bugs, and Documentation GitHub Sonification Resources

summary.sonify {playitbyr}R Documentation

Summary method for sonify objects

Description

Summarizes the structure of a sonify object in ways useful for seeing what the output will be.

Usage

  ## S3 method for class 'sonify'
 summary(object, ...)

Arguments

object

A sonify object

...

Ignored.

Value

summary.sonify prints a brief summary, including info about the dataset to be sonified, and the specified mappings and scalings of sonic values to data parameters.

Author(s)

Closely based on summary.ggplot by Hadley Wickham

See Also

sonify for the creation of these objects

Examples

summary(sonify(iris, sonaes(time = Sepal.Length, pitch = Sepal.Width)) +
        shape_scatter() + shape_dotplot())