Skip to content

Commit

Permalink
Update publications.qmd rm wordcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi authored Nov 8, 2024
1 parent 100a03d commit 81adf7a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions subsite/publications.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ concept_cloud <- pub %>%
pal <- c("black", scales::brewer_pal(palette = "Set1")(5))
set.seed(2137)
wordcloud::wordcloud(
concept_cloud$display_name,
concept_cloud$count_no,
scale = c(1, .3),
colors = pal
)
wordcloud2::wordcloud2(concept_cloud, size = 2.5, color = "random-light")
```

0 comments on commit 81adf7a

Please sign in to comment.