解释下列语句含义,并结合说明ggplot2绘图原理。
ggplot(mpg,aes(displ,hwy,colour=factor(cyl)))+geom_point()+geom_smooth(method="lm")