footeValues(p, q, r, PA_n = 0, PB_1 = 0, p_cont = TRUE, q_cont = TRUE,
Nb = 1)
#very simple example with three intervals, same value for all parameters
#example rates (for the most part)
rate<-rep(0.1,3)
#all continuous
footeValues(rate,rate,rate)
#origination pulsed
footeValues(rate,rate,rate,p_cont=FALSE)
#extinction pulsed
footeValues(rate,rate,rate,q_cont=FALSE)
#all pulsed
footeValues(rate,rate,rate,p_cont=FALSE,q_cont=FALSE)
Run the code above in your browser using DataLab