Plotting summarized data frames generated by count_data()
.
plot_count.Rd
Plotting summarized data frames generated by count_data()
.
Arguments
- data
Input
data.frame
(function is designed to work with data generated fromcount_data()
).- x_var
Single
character
value indicating which variable is displayed on the x axis.- fill_var
Single
character
value indicating which variable is used to fill the plot (fill
argument inggplot()
). Default isNULL
.- facet_var
Single
character
value indicating which variable is used to facet the plot (viafacet_wrap()
) . Default isNULL
.- exclude_na
logical
value indicating whether to excludeNA
s in the plot (checks all variables indicated via other parameters). Default isFALSE
.