Examveda

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: Option D


This Question Belongs to R Programming >> Data Visualization With Ggplot2

Join The Discussion

Related Questions on Data Visualization with ggplot2