Creates an empty plot for plotting QTL effect sizes from a qtleffects object.
| 1 2 | qtleffects_base(qtleffects, y, ylabel = NULL, tick.length = NULL,
  tick.lwd = 0.5, box = TRUE)
 | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.