This is just a placeholder, obviously nobody needs this information
1
2
3
4
5
6 plot.new()
plot.window(xlim=c(0, 11), ylim=c(0, 11))
points(1:10)
axis(1)
axis(2)
box()
This is just a placeholder, obviously nobody needs this information
1
2
3
4
5
6 plot.new()
plot.window(xlim=c(0, 11), ylim=c(0, 11))
points(1:10)
axis(1)
axis(2)
box()