3
我繪製與barplot()
的曲線圖,並使用beside=TRUE
參數的任何企圖似乎要返回的Error in -0.01 * height : non-numeric argument to binary operator
R錯誤= true參數
以下的誤差是圖中的代碼:
combi <- as.matrix(combine)
barplot(combi, main="Top 5 hospitals in California",
ylab="Mortality/Admission Rates", col = heat.colors(5), las=1)
圖表的輸出是條形碼堆疊在一起而不是彼此相鄰。
奇怪,這個錯誤應該只有當'COMBI發生'不是矩陣,qv這裏:http://stackoverflow.com/questions/14909665/barplot-not-working –
@TimBiegeleisen我試圖改變組合使用t()但它不工作,只要我添加旁邊= TRUE參數 –
你能向我們展示你的數據集'combine'? –