I am also telling it what plot to make with geom_boxplot(). GenderPlot1 = ggplot(HumorData, aes(x = Gender, y = Funniness)) + geom_boxplot() GenderPlot1.
確定! 回上一頁