BarplotsSBS: Generate side-by-side barplots

View source: R/General.R

BarplotsSBSR Documentation

Generate side-by-side barplots

Description

Generate side-by-side barplots

Usage

BarplotsSBS(
  Data,
  ErrbarData = NA,
  Name = "",
  ylab = "Y-axis",
  main = "Titel",
  col = "lightblue",
  AvgLine = T,
  Legends = NA,
  Legendtitle = "Legend",
  Legendpos = "topright",
  ylim = NA,
  logy = F,
  shownumbers = F,
  shownumbers_digits = 1,
  separation = T,
  horiz_line = NULL,
  margins = c(8, 4, 4, 4),
  inset = c(-0.1, 0)
)

Arguments

Data

Numeric vector or table of samples in columns

ErrbarData

Data for errorbars

Name

Names

ylab

Y-Axis label

main

Plot main title

col

Color

AvgLine

Show average line?

Legends

Legends

Legendtitle

Titel for legends

Legendpos

Legend position

ylim

y-axis limits

logy

Y-Axis in log-scale?

shownumbers

Show numbers on top of bars

shownumbers_digits

Number of digits for shown numbers

separation

Indicate separation bars

horiz_line

Show horizontal lines

margins

Margins

inset

Inset for legend

Details

Generate side-by-side barplots

Value

Plot.


mathiaskalxdorf/IceR documentation built on Aug. 1, 2022, 8:03 a.m.