for report : adding notches to network clustering
This commit is contained in:
parent
5f6bdaad15
commit
359349a353
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ ari_plot <- ggplot(df_netclust) +
|
|||
xlab("$\\epsilon$") +
|
||||
guides(fill = guide_legend(title = "Model")) +
|
||||
ylab("ARI of the clustering") +
|
||||
geom_boxplot(aes(fill = model)) +
|
||||
geom_boxplot(aes(fill = model), notch = TRUE) +
|
||||
theme_minimal()
|
||||
|
||||
output_tikz_folder <- here(
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f3eeb2b403c660542a20f00d2331672691b8454f
|
||||
Subproject commit 7775298a00004cd694deccf9c6a342c388b6db62
|
||||
Loading…
Add table
Reference in a new issue