Vidyalelo
R Programming · Q85

Data Manipulation with dplyr

Programming · R Programming · question 85

Q85

Annotation of plots in any plotting system involves adding points, lines, or text to the plot, in addition to customizing axis labels or adding titles. Different plotting systems have different sets of functions for annotating plots in this way. Which of the following functions can be used to annotate the panels in a multi-panel lattice plot?

A.
points()
B.
panel.abline()
Answer
C.
lines()
D.
axis()

Answer: Option B

Solution

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