Vidyalelo
R Programming · Q60

Data Visualization with ggplot2

Programming · R Programming · question 60

Q60

Which of the following will add the title "R language" to the graph?

A.
titleAdd( "R language")
B.
title( "R language")
Answer
C.
titleBar( "R language")
D.
var(x, na.rm=TRUE)

Answer: Option B

Solution

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