updating visuals
This commit is contained in:
parent
396b52cd19
commit
e0839b11a8
@ -63,10 +63,11 @@ saveRDS(contrib_contrib_model, "final_models/0623_pop_contrib_contrib.rda")
|
||||
|
||||
library(ggplot2)
|
||||
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 |>
|
||||
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()
|
||||
|
||||
expanded_contrib_data |>
|
||||
|
Loading…
Reference in New Issue
Block a user