R/lines.confBands.R

Defines functions lines.confBands

Documented in lines.confBands

lines.confBands <- function(x, type='s', ...){
	lines(x$time, x$lower, type=type, ...)
	lines(x$time, x$upper, type=type, ...)
}

Try the OIsurv package in your browser

Any scripts or data that you put into this service are public.

OIsurv documentation built on May 29, 2017, 11:03 a.m.