【发布时间】:2017-06-15 02:18:09
【问题描述】:
你好,我想知道如何用VCD包制作灰度马赛克图
例如
mosaic(~ Sex + Survived, data = Titanic,
main = "Survival on the Titanic", shade = TRUE, legend = TRUE)
制作蓝色和红色马赛克图。
我试过了
mosaic(~ Sex + Survived, data = Titanic,
main = "Survival on the Titanic", shade = TRUE, legend = TRUE, highlighting_fill = grey.colors)
但它不起作用。
如何获得灰度马赛克图。
【问题讨论】: