Google News
logo
R - Quiz(MCQ)
Which of the following will add the title "R language" to the graph?
A)
title( “R language”)
B)
var(x, na.rm=TRUE)
C)
titleBar( “R language”)
D)
titleAdd( “R language”)

Correct Answer :   title( “R language”)


Explanation : This function can be used to add labels to a plot.

Advertisement