summary.sonify {playitbyr} | R Documentation |
Summarizes the structure of a sonify object in ways useful for seeing what the output will be.
## S3 method for class 'sonify' summary(object, ...)
object |
A |
... |
Ignored. |
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.
Closely based on summary.ggplot
by Hadley Wickham
sonify
for the creation of these objects
summary(sonify(iris, sonaes(time = Sepal.Length, pitch = Sepal.Width)) + shape_scatter() + shape_dotplot())