R/plot.ICBayes.R

Defines functions plot.ICBayes

Documented in plot.ICBayes

plot.ICBayes <-
function(x, y, ...){
   plot(x,y,type='l',xlab='Time',ylab='Baseline Survival Probability')
}

Try the ICBayes package in your browser

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

ICBayes documentation built on Feb. 1, 2020, 1:07 a.m.