Correct Answer : apply(X, MARGIN, FUN, …)
Explanation : apply(x,2,max) finds the maximum for each column.