R/plot.PICBayes.R

Defines functions plot.PICBayes

Documented in plot.PICBayes

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

Try the PICBayes package in your browser

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

PICBayes documentation built on Aug. 5, 2021, 9:06 a.m.