Q53
Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object X?
A.
apply(x,1,min)
B.
apply(x,2,max)
C.
col.max(x)
D.
apply(X, MARGIN, FUN, ...)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board