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.
我想知道如何在使用mosaicplot(). 不,我不能mosaic()从vcd包装中使用。
mosaicplot()
mosaic()
vcd
test<-matrix(c(21,54,4,21), 2,2)
mosaicplot(test)
这产生了我需要的图,但是没有使用命令手动标记所有单元格text(),我不知道如何标记它们。谢谢!
text()
PS:这是我的第一篇文章。对不起,如果我不符合标准规范。