Fix typo
This commit is contained in:
parent
42191c94e5
commit
e19dd4c63f
|
@ -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()
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue