R/lines.survexp.R

Defines functions lines.survexp

Documented in lines.survexp

lines.survexp <- function(x, type="l", ...) {
    type <- type
    NextMethod("lines", type=type, ...)
}

Try the survival package in your browser

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

survival documentation built on Aug. 14, 2023, 9:07 a.m.