Inputting a list of vectors into mapply rather than individual vector names?
I have a number of vectors and want to use mapply to sum the items in index order. It works fine with small numbers of vectors, but I need to input a list of a large number of them.
Inputing a list of vectors into mapply rather than individual vector names?
I have a number of vectors and want to use mapply to sum the items in index order. It works fine with small numbers of vectors, but I need to input a list of a large number of them.