Skip to content

Histograms: Boxes and lines

2 messages · John Kerpel, r at quantide.com

#
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: