如何在R中的xyplot的面板功能中更改图形参数

时间:2018-07-02 15:39:50

标签: r

关于如何在xyplot的面板功能中更改颜色,线宽和其他图形参数的任何想法?我尝试使用colpanel.col,但没有用。

library(lattice)
xyplot(F(X) ~ X, 
   panel = function(x, y) {
   panel.xyplot(x, y)
   panel.abline(lm(y ~ x))
   }, 
   xlab = "x (%)", 
   ylab = "y (%)")

0 个答案:

没有答案