addSigline: addSigline

Description Usage Arguments Author(s)

Description

Add significant lines in boxplot or ohter plots.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
addSigline(
  point.left.up = c(1, 100),
  point.right.up = c(2, 100),
  point.left.bottom = c(1, 50),
  point.right.bottom = c(2, 50),
  line.width = 0.5,
  lwd = 1,
  sig.label = "***",
  n.y = 1.01,
  cex = 1.3
)

Arguments

point.left.up

Left up point coordinates.

point.right.up

Right up point coordinates

point.left.bottom

Left bottom point coordinates.

point.right.bottom

Right bottom point coordinates

line.width

Width of lines.

lwd

lwd

sig.label

Significant label.

n.y

Position for signigficant label.

cex

Size for significant label.

Author(s)

Xiaotao Shen


jaspershen/sxtTools documentation built on May 2, 2020, 6:37 a.m.