powered by
outer
apply2d(fun, x, y, ...)
"*"
fun
outer(1:3,1:3) ## this example would work with outer() too apply2d("*",1:3,1:3)
Run the code above in your browser using DataLab