survey_plot_question {surveydata} | R Documentation |
Plots single and as multi-response questions.
Description
Plots single and as multi-response questions.
Usage
survey_plot_question(data, q)
Arguments
data |
surveydata object |
q |
Question |
See Also
Other survey plotting functions:
survey_plot_satisfaction()
,
survey_plot_yes_no()
Examples
question_text(membersurvey)
survey_plot_question(membersurvey, "Q2")
survey_plot_yes_no(membersurvey, "Q2")
survey_plot_satisfaction(membersurvey, "Q14")
[Package surveydata version 0.2.7 Index]