Vidyalelo
R Programming · Q51

Data Visualization with ggplot2

Programming · R Programming · question 51

Q51

Which of the following will reverse the order of values in x?

A.
rev(x)
Answer
B.
max(x, na.rm=TRUE)
C.
all(x)
D.
x%in%y

Answer: Option A

Solution

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