Vidyalelo
R Programming · Q58

Data Visualization with ggplot2

Programming · R Programming · question 58

Q58

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) )
Answer
D.
par(ask=False)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board