multi_bar {pctax}R Documentation

Difference analysis

Description

Difference analysis

Usage

multi_bar(
  otutab,
  group_df,
  mode = 1,
  text_df = NULL,
  text_x = NULL,
  text_angle = -90,
  errorbar = "bottom"
)

Arguments

otutab

otutab

group_df

a dataframe with rowname same to dist and one group column

mode

1~2

text_df

text_df

text_x

text_x

text_angle

text_angle

errorbar

top, bottom, none

Value

a data.frame

Examples

data(otutab, package = "pcutils")
multi_bar(otutab[1:10, ], metadata["Group"])

[Package pctax version 0.1.1 Index]