Skip to content
Prev 167005 / 398502 Next

Histograms: Boxes and lines

Could be ...

legend("topright",legend=c("Histogram","Kernel Density
Estimate"),lty=c(NA,1), lwd=c(NA,2), pch = c(15, NA), col = 
c("lightblue", "black"), merge=TRUE,inset=.01,cex=.8,adj=0)

A.
John Kerpel wrote: