Fix typo
This commit is contained in:
@@ -185,7 +185,7 @@ relig_summary <- gss_cat |>
|
|||||||
n = n()
|
n = n()
|
||||||
)
|
)
|
||||||
|
|
||||||
ggplot(relig_summary, aes(x = tvhours, x = relig)) +
|
ggplot(relig_summary, aes(x = tvhours, y = relig)) +
|
||||||
geom_point()
|
geom_point()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user