Vidyalelo
R Programming · Q53

Data Visualization with ggplot2

Programming · R Programming · question 53

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, ...)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board