Q:

Write a R program to draw an empty plot and an empty plot specify the axes limits of the graphic

0

Write a R program to draw an empty plot and an empty plot specify the axes limits of the graphic.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#print("Empty plot:")
plot.new()
#print("Empty plot specify the axes limits of the graphic:")
plot(1, type="n", xlab="", ylab="", xlim=c(0, 20), ylim=c(0, 20))

Sample Output:

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now