Recently Published
zoop_khill_density_ridges
(p<-node_khill %>%
mutate(genome_compressibility=khill/num_genomes) %>%
ggplot(aes(x=genome_compressibility, y=type, fill=type))+
geom_density_ridges(scale = 1.5, alpha = 0.7, color = "white")+
theme_classic()
)
ggplotly(p)