in Education by
Which of the following declares the current plot undeclared? (a) New = H (b) New = T (c) New = J (d) New = L I got this question in an online quiz. My query is from Graphics with R in section Distributions, Graphics & Neural Networks of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Correct choice is (b) New = T To explain: New=T will declare the current plot is unused (even if it is not). This means that R will not erase it before moving in through the next plot.

Related questions

0 votes
    Consider you have an array of some random size. You need to perform dequeue operation. You can perform ... from above options Data Structures and Algorithms questions and answers...
asked Nov 14, 2021 in Education by JackTerrance
0 votes
    Naïve merge cannot be done in a skew merge. (a) true (b) false Select the correct answer from above options Data Structures and Algorithms questions and answers...
asked Nov 14, 2021 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 function draws an axis on the current plot? (a) axis() (b) par() (c) mar() (d) jar() This ... & Neural Networks of R Programming Select the correct answer from above options...
asked Feb 9, 2022 in Education by JackTerrance
...