plot_survey {lares} | R Documentation |
Visualize Survey Results
Description
This function lets the user plot a survey's result.
Usage
plot_survey(answers, ignore = 1, title = NA, subtitle = NA)
Arguments
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. |
Value
ggplot2 object
See Also
Other Visualization:
distr()
,
freqs_df()
,
freqs_list()
,
freqs_plot()
,
freqs()
,
noPlot()
,
plot_chord()
,
plot_timeline()
,
tree_var()
[Package lares version 5.2.8 Index]