DataFrames: how to convert many arrays into a data frame?

I would write

DataFrame(t=t, a1=vec(y1), a2=vec(k1), a3=vec(n1))
1 Like