Call to plot doesn't actually produce plot

后端 未结 1 458
囚心锁ツ
囚心锁ツ 2021-01-25 05:55

See the loop below--it calls plot k(k-1)/2 times, but no plots are ever actually produced.. Yet if I change the code to call the plots manually (e.g. plot(my_tree,c(1,2),..), pl

1条回答
  •  囚心锁ツ
    2021-01-25 06:11

    If you look at the help page for plot.gbm it mentions that lattice plots are used, so this could very well be a case of FAQ 7.22. Try "printing" the plots.

    0 讨论(0)
提交回复
热议问题