R語言Legend函數深入詳解
legend(x, y = NULL, legend, fill = NULL, col = par("col"), border = "black", lty, lwd, pch, angle = 45, density = NULL, bty = "o", bg = par("bg"), box.lwd = par("lwd"), box.lty = par("lty"), box.col = par("fg"), pt.bg = NA, cex = 1, pt.cex = cex, pt.lwd = lwd, xjust = 0, yjust = 1, x.intersp = 1, y.intersp = 1, adj = c(0, 0.5), text.width = NULL, text.col = par("col"), text.font = NULL, merge = do.lines && has.pch, trace = FALSE, plot = TRUE, ncol = 1, horiz = FALSE, title = NULL, inset = 0, xpd, title.col = text.col, title.adj = 0.5, seg.len = 2)
到此這篇關於R語言Legend函數深入詳解的文章就介紹到這瞭,更多相關R語言Legend函數內容請搜索WalkonNet以前的文章或繼續瀏覽下面的相關文章希望大傢以後多多支持WalkonNet!
推薦閱讀:
- 聊聊R語言中Legend 函數的參數用法
- R語言基本畫圖函數與多圖多線的用法
- R語言數據可視化ggplot繪制置信區間與分組繪圖技巧
- R語言數據可視化tidyr與ggplot2多個變量分層展示舉例實現
- R語言基礎畫圖實例講解