增加分辨率ggplot图表

时间:2014-10-14 17:44:56

标签: r ggplot2

使用此代码:

 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")

enter image description here

我想提高分辨率,从而提高这个情节的质量......我怎么能这样做?

0 个答案:

没有答案