如何在R中绘制饼图或条形图条(使用ggplot2)?

时间:2015-03-05 10:23:48

标签: r ggplot2 pie-chart

我正在尝试用ggplot2创建几个出版品质的数字。

我必须创建一个饼图,饼图条或条形图条。有没有办法用R / ggplot2生成这样的图表?

这个问题与上一个问题有所不同" Is it possible to create a pie in pie chart in SPSS or R?"在以下方面:

  1. 我问是否可以使用ggplot2库生成这样的图表。
  2. 建议的答案不包含任何代码示例。
  3. 从美学的角度来看,所提出的解决方案质量低劣。
  4. 实施例

    一张饼图:

    一块饼图:


    数据示例

    这是一个包含数据的表格,以及在Excel中制作的这些数据的饼图。

    图表:

    +-----------------------+-------------------------------------+
    | Class                 | Taxonomic composition (class level) |
    +-----------------------+-------------------------------------+
    | Unassigned - other    |                                1.1% |
    +-----------------------+-------------------------------------+
    | Bacteria - other      |                                0.1% |
    +-----------------------+-------------------------------------+
    | Coriobacteriia        |                                0.4% |
    +-----------------------+-------------------------------------+
    | Bacteroidia           |                               35.9% |
    +-----------------------+-------------------------------------+
    | Deferribacteres       |                                1.3% |
    +-----------------------+-------------------------------------+
    | Bacilli               |                                4.3% |
    +-----------------------+-------------------------------------+
    | Clostridia            |                               51.1% |
    +-----------------------+-------------------------------------+
    | Erysipelotrichi       |                                4.4% |
    +-----------------------+-------------------------------------+
    | Deltaproteobacteria   |                                0.4% |
    +-----------------------+-------------------------------------+
    | Epsilonproteobacteria |                                0.5% |
    +-----------------------+-------------------------------------+
    | TM7-3                 |                                0.1% |
    +-----------------------+-------------------------------------+
    | Mollicutes            |                                0.2% |
    +-----------------------+-------------------------------------+
    | Verrucomicrobiae      |                                0.2% |
    +-----------------------+-------------------------------------+
    

0 个答案:

没有答案