This function lets the user plot a survey's result.
plot_survey(answers, ignore = 1, title = NA, subtitle = NA)Dataframe. Answers. Each row a different person. Each column a different answer.
Numeric Vector. Which columns are NOT answers?
Character. Title for your plot
Character. Subtitle for your plot.
ggplot2 object
Other Visualization:
distr(),
freqs_df(),
freqs_list(),
freqs_plot(),
freqs(),
noPlot(),
plot_chord(),
plot_timeline(),
tree_var()