Learn R Programming

gap (version 1.6)

mht.control: Controls for mhtplot

Description

Parameter specification through function

Usage

mht.control(
  type = "p",
  usepos = FALSE,
  logscale = TRUE,
  base = 10,
  cutoffs = NULL,
  colors = NULL,
  labels = NULL,
  srt = 45,
  gap = NULL,
  cex = 0.4,
  yline = 3,
  xline = 3
)

Value

A list as above.

Arguments

type

Type of plot.

usepos

A flag.

logscale

A flag for log-scale.

base

Base of log.

cutoffs

Cutoffs of P-value, etc.

colors

Colours for chromosomes.

labels

Labels for chromosomes.

srt

Rotation degrees.

gap

Gap between data points.

cex

Scaling factor of data points.

yline

Vertical adjustment.

xline

Horiztonal adjustment.