summary.sonify: Summary method for sonify objects

View source: R/summary.sonify.R

summary.sonifyR 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())

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