Hello community.
Is there a package and palette for coloring as many as 20 line plots?
Thank you.
ggplot(amp, aes(x=Sample, y=Abundance, group=Species, color=Species, stat="identity", position="dodge"))+
geom_line()+
geom_point()+
theme_test()+
theme(axis.ticks.length = unit(-1,"mm"))+
scale_x_discrete(expand=c(0,0))+
scale_y_continuous(expand=c(0,0))