00:47:15 Ryan Honomichl: # Kernel Density Plot d <- density(mtcars$mpg) # returns the density data plot(d) # plots the results