标题没有改变,整个数据库没有列在Xaxis ggplot

时间:2017-07-24 20:26:22

标签: r ggplot2 rstudio r-markdown rscript

费用如下所示.Questionnaire_2f包含3个变量,分为ID,Question和Question_response,question_response是包含6个0-5级数据的因子,gender_f2只包含" M",& #34; F"与其他数据相同的次数并且被考虑到F和M的这两个级别中.Censnanaire_2f没有显示所有值但是,它通过所有人的每个问题的答案但只允许100页和因此在显示所有问题之前停止。而另一个问题是,实验室并没有像预期的那样改变图例标题,而是只显示" list()"作为标题。我还应该提一下,我也使用了Likert包。

    ggplot(questionnaire_2f,aes(x = Question, fill = Question_Response)) + geom_bar(position = "fill") + labs(fill = "Response to Question", y = "Proportion") + scale_fill_discrete(guide_legend(reverse = TRUE)) + coord_flip() + facet_grid(. ~ Gender_f2[[1]]) + ggtitle("Proportion of Responses for Each Question by Gender")

The plot in question The data in questionnaire_2f

0 个答案:

没有答案