qtleffects_base: Base plot for qtleffects

Description Usage Arguments

Description

Creates an empty plot for plotting QTL effect sizes from a qtleffects object.

Usage

1
2
qtleffects_base(qtleffects, y, ylabel = NULL, tick.length = NULL,
  tick.lwd = 0.5, box = TRUE)

Arguments

qtleffects

A qtleffects object from qtleffects() denoting x-value positions.

y

A vector of two elements denoting minimum and maximum y-vales. Equivalent to ylim argument.

ylabel

Axis label for the y-axis. If NULL, this deaults to 'Effect size'.

tick.length

Length of ticks for marker locations. If NULL, defaults to 3 y-axis length. Negative values will anchor ticks above the minimum y value.

tick.lwd

Line widths for marker locations.

box

If TRUE, a border will be drawn around the plot.


ellisztamas/qtltools documentation built on May 3, 2019, 10:42 p.m.