| plot_survey | R Documentation |
This function lets the user plot a survey's result.
plot_survey(answers, ignore = 1, title = NA, subtitle = NA)
answers |
Dataframe. Answers. Each row a different person. Each column a different answer. |
ignore |
Numeric Vector. Which columns are NOT answers? |
title |
Character. Title for your plot |
subtitle |
Character. Subtitle for your plot. |
ggplot2 object
Other Visualization:
distr(),
freqs(),
freqs_df(),
freqs_list(),
freqs_plot(),
noPlot(),
plot_chord(),
plot_timeline(),
tree_var()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.