mark.H0: 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
col
Color for text, character and lines
lty
Line type for vertical and horizontal reference lines. Not
drawn if lty
=0.
Value
- None. Used for side effect of drawing on the current plot.