Examveda

which of the following statement tells the row with the minimum value for every column?

A. which.min(x)

B. which.max(x)

C. z=apply(x,1,which.min)

D. z=apply(1,1,which.max)

Answer: Option A


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

Join The Discussion

Related Questions on Data Visualization with ggplot2