14.8 Challenge: Make a histogram of the mammals data

  • Load the MASS library using library(MASS)
  • Load the mammals data using data(mammals)
  • Make a histogram of the log of body mass
  • Add labels using xlab() and ylab()