# NOT RUN {
x <- rnorm(20,mean=5,sd=1)
oldpar <- plot1(x,x,xlab="x-values",ylab="yvalues")
points(x,x,pch=16,cex=1.5)
y <- rnorm(20,mean=5,sd=1)
plot1(x,y,type="p",cex=1.2,panel.first=grid())
par(oldpar)
# }
Run the code above in your browser using DataLab