パッケージで使用addtable2plot()
しています。plotrix
特有の問題の 1 つは、テーブル グリッドを取り除くことができないことです。hlines
とオプションは違いはvlines
ありません。私は何を間違っていますか?
testdf<-data.frame(Before=c(10,7,5),During=c(8,6,2),After=c(5,3,4))
rownames(testdf)<-c("Red","Green","Blue")
barp(testdf,main="Test addtable2plot",ylab="Value",
names.arg=colnames(testdf),col=2:4)
# show most of the options
addtable2plot(2,8,testdf,bty="n",display.rownames=TRUE, hlines=FALSE, vlines=FALSE,title="The table")