The Max Planck Institue of Meterology is a world-famous institute located in Hamburg, Germany.
library(HistData)
## Warning: package 'HistData' was built under R version 2.15.3
hist(Galton$parent, main = "Parent Height", xlab = "Height in inches", prob = T,
col = "blue")
End