updating visuals

This commit is contained in:
mjgaughan 2024-06-23 23:54:03 -04:00
parent 396b52cd19
commit e0839b11a8

View File

@ -63,10 +63,11 @@ saveRDS(contrib_contrib_model, "final_models/0623_pop_contrib_contrib.rda")
library(ggplot2) library(ggplot2)
contrib_pop_readme |> contrib_pop_readme |>
ggplot(aes(x = after_doc, y = log1pcount)) + ggplot(aes(x = after_doc, y = log1pcount, col = as.factor(after_doc))) +
geom_violin()
expanded_readme_data |> expanded_readme_data |>
ggplot(aes(x = after_doc, y = log1pcount, col = as.factor(after_doc))) + ggplot(aes(x = after_doc, y = count, col = as.factor(after_doc))) +
geom_violin() geom_violin()
expanded_contrib_data |> expanded_contrib_data |>