issues
search
open-discourse
/
opendiscouRse
Package containing functions to obtain descriptive statistics and analyses of the Open Discourse database.
https://open-discourse.github.io/opendiscouRse/
Other
3
stars
0
forks
source link
plot fun for `count_data()`
#15
Closed
lwarode
closed
2 years ago
lwarode
commented
2 years ago
create plot fun/method that corresponds with
count_data()
and
rel_freq_data()
lwarode
commented
2 years ago
depends on how many grouping variables are included and how they are plotted
there is a "natural" limit on how many dimensions/variables can be possibly included
some
ggplot2
calls produce same results for both
count_data()
and
rel_freq_data()
(bar plot with either
geom_col()
or
geom_bar()
)
count_data()
andrel_freq_data()