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 June 22, 2024, 10:49 a.m.