bplot: Barplot for the rCOSA results

Description Usage Arguments

View source: R/bplot.R

Description

Create a Barplot for rCOSA results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
bplot(
  x,
  xlab = "",
  ylab = "",
  zlim = c(0, 1),
  names = NULL,
  horiz = F,
  trans = 1,
  ntk = 20,
  names.size = 1
)

Arguments

x

a vector or matrix of values

xlab

label on the horizontal axis

ylab

label on the vertical axis

zlim

limits for the axis representing the height of the bars

names

label on the vertical axis

horiz

logical value that indicates whether the bars are shown horizontal or not (default is FALSE).

trans

...

ntk

number of equally spaced thicks on the barplot axis

names.size

sizes of the names (expressed in values for cex.names)


mkampert/rCOSA documentation built on Dec. 23, 2019, 8:21 p.m.