1.

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

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.



Discussion

No Comment Found

Related InterviewSolutions