Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能这会让你感兴趣。
我在 R 中运行马赛克图,但无法获取行标签名称(仅列)。
这是代码:
xy=table(data$X, data$Y) mosaicplot (xy, color=2:3, las=2)
你能告诉如何解决它吗?