in Education by
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() I got this question at a job interview. Enquiry is from Exploratory Data Analysis topic in division Profiling, Simulation and Data Analysis of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct answer is (d) trellis.par.set() To explain I would say: All high-level function in lattice are generic.

Related questions

0 votes
    Logical flag is applicable to which of the following plots? (a) scatterplot (b) dotplot (c) xyplot (d) ... Analysis of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    __________ modifies geom/stat aesthetic defaults for future plots. (a) translate_qplot_base (b) translate_qplot_gpl (c ... Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    __________ produces box-and-whisker plots. (a) xyplot (b) dotplot (c) barchart (d) bwplot The question ... Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    __________ produces bivariate scatterplots or time-series plots. (a) xyplot (b) dotplot (c) barchart (d) bwplot ... of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following functions is typically used to add elements to a plot in the base graphics system? (a ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    What does the pch' option to par() control? (a) the size of the plotting symbol in a scatterplot (b ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    _________ uniforms and customizes plots of packages ggplot2, graphics and lattice. (a) uniCox (b) uniPlot (c) ... of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
0 votes
    How many functions exist for wrangling the data with dplyr package? (a) one (b) seven (c) three (d) ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    How many functions exist for tidying the data? (a) one (b) two (c) three (d) four This question was ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    The profiler can be turned off by passing _________ to Rprof(). (a) 0 (b) 1 (c) 2 (d) NULL The ... and Data Analysis of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Bitmapped file formats can be most useful for ____________ (a) Plots that may need to be resized (b) Plots ... of R Programming Select the correct answer from above options...
asked Feb 12, 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
    ________ 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
    ________ 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
...