Barplotsstacked: Generate stacked barplots

View source: R/General.R

BarplotsstackedR Documentation

Generate stacked barplots

Description

Generate stacked barplots

Usage

Barplotsstacked(
  Data,
  Name = "",
  ylab = "Y-axis",
  logy = F,
  main = "Titel",
  col = "lightblue",
  AvgLine = T,
  Legends = NA,
  Legendtitle = "Legend",
  Legendpos = "topright",
  shownumbers = T,
  shownumbers_total = T,
  order_groups = F,
  group_names = "",
  ylim = NULL,
  margins = c(12, 4, 4, 9),
  inset = c(-0.3, 0)
)

Arguments

Data

Numeric vector or table of samples in columns

Name

Names

ylab

Y-Axis label

logy

Y-Axis in log-scale?

main

Plot main title

col

Color

AvgLine

Show average line?

Legends

Legends

Legendtitle

Titel for legends

Legendpos

Legend position

shownumbers

Show numbers on top of bars

shownumbers_total

Show total numbers

order_groups

Order groups

group_names

Group names

ylim

y-axis limits

margins

Margins

inset

Inset for legend

Details

Generate stacked barplots

Value

Plot.


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