add error bars to a scatterplot.

mf_errorbar(x, y, xupper = NULL, xlower = NULL, yupper = NULL, ylower = NULL,
    col = "black", lty = 1)

Value

errorbars in a plot

Examples