Description Usage Arguments Details Value Note See Also
This allows you to add a data.frame onto a
sonify object with a syntax analogous to
ggplot2
1 2 3 | x %+% y
addDataToSonify(x, y)
|
x |
A |
y |
A |
It would be easier if this operation could be done with
‘+’, but R does not allow it.
A sonify object with y now as the default
data.frame
%+% conflicts with the %+% defined in
the ggplot2 package. Thus, the identical
addDataToSonify is provided as a workaround if you have
both packages loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.