in Education by
Which function opens the screen graphics device for the Mac? (a) bitmap() (b) quartz() (c) pdf() (d) png() The question was asked during an interview. This key question is from Exploratory Data Analysis 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 (b) quartz() To explain I would say: quartz starts a graphics device driver for the Mac.

Related questions

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 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 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 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
    _______ grammar makes a clear distinction between your data and what gets displayed on the screen or page. (a) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    system.time function returns an object of class _______ which contains two useful bits of information. (a) ... of R Programming Select the correct answer from above options...
asked Feb 15, 2022 in Education by JackTerrance
0 votes
    Which of the following function actually fits the linear model? (a) lm.time() (b) lm.date() (c) lm. ... 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 function takes multiple columns? (a) spread() (b) gather() (c) separate() (d) ... Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    _______ divides the time spend in each function by the total run time (a) by.sum (b) by.total ( ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    The _______ function computes the time (in seconds) needed to execute an expression. (a) system.timedeb() (b ... of R Programming Select the correct answer from above options...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    Spread function is known as ___________ in spreadsheets. (a) pivot (b) unpivot (c) cast (d) order I have ... Analysis of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    _________ time is time charged to the CPU(s) for the R expression. (a) elapsed (b) user (c) response ... Data Analysis of R Programming Select the correct answer from above options...
asked Feb 15, 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
...