【发布时间】:2016-01-05 08:30:51
【问题描述】:
我正在尝试制作一个显示三个分类变量的图。实验中播放了一个声音(t1-t6), listeners responded (preposition or number), and rated their confidence (1-5). I want to show these three things all together. The best I've come up with is this mosaic plot shown below usingmosaic()`
具有声音、响应和信心的马赛克图:
但是,我不能让它“看起来不错”。想到的一件事是使填充(响应)成为图例并消除标签,但我似乎无法弄清楚如何做到这一点。
有什么建议吗?
另外,有没有什么方法可以在你制作好情节后更改标签?
谢谢!
【问题讨论】:
标签: r mosaic-plot