diff --git a/pkgdown.yml b/pkgdown.yml index cb272913..cf62e539 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.1 pkgdown_sha: ~ articles: {} -last_built: 2024-10-30T02:59Z +last_built: 2024-10-30T03:22Z urls: reference: https://jravilab.github.io/MolEvolvR/reference article: https://jravilab.github.io/MolEvolvR/articles diff --git a/reference/plotSunburst.html b/reference/plotSunburst.html index 712a0505..85d6df87 100644 --- a/reference/plotSunburst.html +++ b/reference/plotSunburst.html @@ -85,21 +85,21 @@

Examples# sunburst plot plotSunburst(starwars_count)
- + # fill by group size plotSunburst(starwars_count, fill_by_n = TRUE)
- + # treemap plot, ordered by group size plotTreemap(starwars_count, sort_by_n = TRUE)
- + # display al charchaters by homeworld starwars
%>% count(homeworld, name) %>% plotTreemap(sort_by_n = TRUE)
- +