mark.H0 {heplots}R Documentation

Mark a point null hypothesis in an HE plot

Description

A utility function to draw and label a point in a 2D HE plot corresponding to a point null hypothesis being tested.

Usage

mark.H0(x = 0, y = 0, cex = 2, pch = 19, col = "green3", lty = 2, pos = 2)

Arguments

x Horizontal coordinate for H0
y Vertical coordinate for H0
cex Text size
pch Plot character
col Color for text, character and lines
lty Line type for vertical and horizontal reference lines. Not drawn if lty=0.
pos Position of text

Value

None. Used for side effect of drawing on the current plot.

Author(s)

Michael Friendly


[Package heplots version 0.8-11 Index]