使用此代码:
ggplot(BP, aes(x=1, y=Enrichment_Score, fill=GO.ID)) +
geom_bar(stat="identity") +
coord_polar(theta='y') +
guides(fill=guide_legend(override.aes=list(colour=NA), nrow=6)) +
theme(axis.ticks=element_blank(), axis.title=element_blank(), axis.text=element_blank(), panel.grid = element_blank(), legend.position="bottom") +
ggtitle("Biological Processes")
我想提高分辨率,从而提高这个情节的质量......我怎么能这样做?