How to plot indivifual scatter plots in ggplot for all my variables using a for loop?

后端 未结 0 1692
陌清茗
陌清茗 2021-01-13 11:44

I am trying to plot individual scatter plots for my df. I\'m using a for loop as follows:

gases <- colnames(no_fire_data[,2:40])

for (i in seq_along(gases         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题