powered by
xplot(x,y,xlab=NULL,ylab=NULL,main=NULL,fill=T)
# random numbers from a normal distribution ex1<-rnorm(1000) # random numbers from an exponential distribution ex2<-rexp(1000) xplot(ex1,ex2)
Run the code above in your browser using DataLab