Why is outer recycling a vector that should go unused and not throwing a warning?

前端 未结 0 844
暗喜
暗喜 2020-12-04 03:06

I recently used the following line of code, expecting to get an error. To my surprise, I was given an output:

> outer(1:5,5:10,c=1:3,function(a,b,c) 10*a +         


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