This commit is contained in:
mine-cetinkaya-rundel 2022-12-05 06:39:22 -05:00
parent 42191c94e5
commit e19dd4c63f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ relig_summary <- gss_cat |>
n = n()
)
ggplot(relig_summary, aes(x = tvhours, x = relig)) +
ggplot(relig_summary, aes(x = tvhours, y = relig)) +
geom_point()
```