Fix typo
This commit is contained in:
@@ -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()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user