标签: r loops for-loop ggplot2
我正在尝试运行一个循环并且不明白它有什么问题,但我必须对语法做错了。
for (i in 9:ncol(Site1)) { print(qplot(Site1[,i],snowfree, data=Site1, geom_smooth(method = "loess", size = 1.5)) [i]) }
它会产生很长的
$<NA> NULL
该函数在循环外部使用简单的x和y变量。