gganimate
lmer
=
<-
.
_
pubtheme
tidyverse
DT
tidycensus
ggplot
plot.lm
methods
getAnywhere
browser()
debug
debugonce
foreach
rbind
dplyr
filter
select
str
mutate
arrange
summarise
reframe
bind_rows
group_by
ifelse
pivot_wider
pivot_longer
left_join
geom_point
ggsave
geom_smooth
group
facet_wrap
alpha
geom_jitter
geom_hex
geom_col
fill
position_dodge
geom_text
geom_histogram
geom_line
geom_tile
theme
ggplotly
We can make bar plots using geom_col like this.
g = ggplot(dd, aes(x = score, y = team))+ geom_col(color = NA, width = 0.8) g
g %>% pub(type = 'bar')
[1] 85.89991 [1] 80 [1] 20 [1] 185.8999