in Education by
Which of the following functions is typically used to add elements to a plot in the base graphics system? (a) lines() (b) hist() (c) plot() (d) boxplot() I got this question during a job interview. My doubt is from Exploratory Data Analysis topic in chapter Profiling, Simulation and Data Analysis of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct answer is (d) boxplot() The best explanation: text() also can be used to add elements to a plot. boxplot() used to add elements to a plot in the base graphics system.

Related questions

0 votes
    In the base graphics system, which function is used to add elements to a plot? (a) Boxplot() (b) Text ... Debugging of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    ________ is used for translating between qplot and base graphics. (a) translate_qplot_base (b) translate_qplot_gpl (c ... R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following draws plot on current graphics device? (a) ggmissplot (b) printplot (c) print.ggplot ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is true about the base plotting system? (a) Margins and spacings are adjusted automatically ... of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    ________ level plotting functions that add elements to an existing plot. (a) High (b) Low (c) Medium (d) ... Networks of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is an example of a vector graphics device in R? (a) JPEG (b) PNG (c) GIF (d ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is an example of a valid graphics device in R? (a) A socket connection (b) A ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    ________ is used to create a plot to illustrate patterns of missing values. (a) ggmissplot (b) ggmissing (c ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following creates a new ggplot plot from a data frame? (a) qplot_ggplot (b) ggplot.data. ... Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following creates fluctuation plot? (a) ggmissplot (b) ggmissing (c) ggfluctuation (d) ggpcp The ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Which of the following is a plot to investigate the order in which observations were recorded? (a) ggplot (b ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which function opens the screen graphics device for the Mac? (a) bitmap() (b) quartz() (c) pdf() (d ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    which of the following functions can be used to finely control the appearance of all lattice plots ? (a) par ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    ________ is used for relative sizing of theme elements. (a) rel (b) size (c) relative (d) timrinterval ... Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
...