欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

R语言Legend函数深入详解

程序员文章站 2022-06-09 20:42:05
legend(x, y = null, legend, fill = null, col = par("col"),border = "black", lty, lwd, pch,angle = 45...
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函数深入详解的文章就介绍到这了,更多相关r语言legend函数内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!