Vidyalelo
R Programming · Q54

Data Visualization with ggplot2

Programming · R Programming · question 54

Q54

Which of the following statement finds the maximum for each column?

A.
apply(x,2,max)
Answer
B.
col.max(x)
C.
which.min(x)
D.
which.max(x)

Answer: Option A

Solution

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