library(agricolae)
data(growth)
attach(growth)
#startgraph
h1<-hist(height,border=FALSE,xlim=c(6,14))
polygon.freq(h1,col="red")
#endgraph
#startgraph
h2<-hist(height,col="yellow",xlim=c(6,14))
polygon.freq(h2,col="red")
#endgraph
Run the code above in your browser using DataLab