ggplot (ETCdata_meanspeed,aes(x=vehicletype,y=meanspeed,fill=vehicletype))+ geom_boxplot(width=.5)+ labs(title="Box plot of meanspeed")+ ...
確定! 回上一頁