survey_plot_yes_no {surveydata} | R Documentation |
Plot data in yes/no format.
Description
Plot data in yes/no format.
Usage
survey_plot_yes_no(data, q)
Arguments
data |
surveydata object |
q |
Question |
See Also
Other survey plotting functions:
survey_plot_question()
,
survey_plot_satisfaction()
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]