R/plot.predict.GORMC.R

Defines functions plot.predict.GORMC

Documented in plot.predict.GORMC

plot.predict.GORMC <-
function(x,...){
     arg<-list(...)
     #if(is.null(arg$add)) arg$add<-FALSE
     plot(x$Survival$Time,x$Survival$SurvProb,type="l",...)
     #if(arg$add) lines(x$Survival$Time,x$Survival$SurvProb,...)
     class(x)<-"predict.GORMC"
}

Try the GORCure package in your browser

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

GORCure documentation built on May 2, 2019, 11:27 a.m.