CIplot: Plotting confidence intervals

Description Usage Arguments See Also

Description

Plotting confidence intervals

Usage

1
2
3
4
CIplot(x, fit, ci, first = FALSE, xlab = "", ylab = "",
  xlim = NULL, ylim = NULL, col = 1, af = 0.3, border = NA,
  lwd = 1.5, lty = 1, density = 40, angle = 45, xaxt = "n",
  yaxt = "n", lwd.ci = 1, lty.ci = 1, ...)

Arguments

x, fit

x and y argument of the fit

ci

a matrix (length(x) x 2) with upper and lower confidence intervals for the fit.

first

a logical indicating if this is a first plot.

xlab, ylab, xlim, ylim, col, lwd, lty, xaxt, yaxt

graphical parameters passed to the plot{graphics} and the line{graphics} functions; see also par{graphics}.

af

alpha.f of the col passed to the polygon{graphics}.

border, density, angle

graphical parameters passed the polygon{graphics}.

lwd.ci, lty.ci

lty and lwd eqivalents passed to the polygon{graphics}.

...

other graphics parmeters.

See Also

fixPredict


MaciejDanko/fixPredict documentation built on June 22, 2019, 6:45 p.m.