Barplots: Generate barplots

View source: R/General.R

BarplotsR Documentation

Generate barplots

Description

Generate barplots

Usage

Barplots(
  Data,
  ErrbarData = NA,
  Name = "",
  xlab = "X-axis",
  ylab = "Y-axis",
  main = "Titel",
  col = "lightblue",
  AvgLine = T,
  digits_average = 0,
  Legends = NA,
  Legendscol = NA,
  Legendtitle = "Legend",
  Legendpos = "topright",
  shownumbers = T,
  shownumbers_digits = 1,
  ylim = NA,
  logy = F,
  margins = c(10.1, 4.1, 4.1, 4.1),
  inset = c(-0.1, 0)
)

Arguments

Data

Numeric vector or table of samples in columns

ErrbarData

Data for errorbars

Name

Names

xlab

X-Axis label

ylab

Y-Axis label

main

Plot main title

col

Color

AvgLine

Show average line?

digits_average

Number of digits of average indication

Legends

Legends

Legendscol

Color of legends

Legendtitle

Titel for legends

Legendpos

Legend position

shownumbers

Show numbers on top of bars

shownumbers_digits

Number of digits for shown numbers

ylim

y-axis limits

logy

Y-Axis in log-scale?

margins

Margins

inset

Inset for legend

Details

Generate barplots

Value

Plot.


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