1.

Which of the following sets the size of the outer margins for the graph?

A. par(mfrow=c(nrow,mcol))
B. par(ask=TRUE)
C. par(omi=c(0,0,1,0) )
D. par(ask=False)
Answer» D. par(ask=False)


Discussion

No Comment Found