Q.1
__________ produces box-and-whisker plots.
  • a) xyplot
  • b) dotplot
  • c) barchart
  • d) bwplot
Q.2
__________ produces bivariate scatterplots or time-series plots.
  • a) xyplot
  • b) dotplot
  • c) barchart
  • d) bwplot
Q.3
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()
  • c) lines()
  • d) axis()
Q.4
____________ produces one-dimensional scatterplots.
  • a) xyplot
  • b) stripplot
  • c) barchart
  • d) bwplot
Q.5
which of the following functions can be used to finely control the appearance of all lattice plots ?
  • a) par()
  • b) print.trellis()
  • c) splom()
  • d) trellis.par.set()
Q.6
What is ggplot2 an implementation of?
  • a) the Grammar of Graphics developed by Leland Wilkinson
  • b) 3D visualization system
  • c) the S language originally developed by Bell Labs
  • d) the base plotting system in R
Q.7
For barchart and _________ non-trivial methods exist for tables and arrays, documented at barchart.table.
  • a) scatterplot
  • b) dotplot
  • c) xyplot
  • d) scatterplot & xyplot
Q.8
What is a geom in the ggplot2 system?
  • a) a plotting object like point, line, or other shape
  • b) a method for making conditioning plots
  • c) a method for mapping data to attributes like color and size
  • d) a statistical transformation
Q.9
Logical flag is applicable to which of the following plots?
  • a) scatterplot
  • b) dotplot
  • c) xyplot
  • d) zyplot
Q.10
___________ is used to determine what is plotted for each group.
  • a) panel.expose
  • b) panel.impose
  • c) panel.superpose
  • d) panel.depose
0 h : 0 m : 1 s