mark.H0 {heplots} | R Documentation |
A utility function to draw and label a point in a 2D HE plot corresponding to a point null hypothesis being tested.
mark.H0(x = 0, y = 0, cex = 2, pch = 19, col = "green3", lty = 2, pos = 2)
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 |
None. Used for side effect of drawing on the current plot.
Michael Friendly