Saved Bookmarks
| 1. |
Which of the following will add the title “R language” to the graph?(a) titleAdd( “R language”)(b) title( “R language”)(c) titleBar( “R language”)(d) var(x, na.rm=TRUE) |
|
Answer» Right option is (b) title( “R language”) The explanation is: This function can be used to add labels to a plot. |
|