Write a R program to draw an empty plot and an empty plot specify the axes limits of the graphic.
#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:
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Sample Output:

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