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
rate<-rep(0.1,3) #example rates (for the most part)
footeValues(rate,rate,rate) #all continuous
footeValues(rate,rate,rate,p_cont=FALSE) #origination pulsed
footeValues(rate,rate,rate,q_cont=FALSE) #extinction pulsed
footeValues(rate,rate,rate,p_cont=FALSE,q_cont=FALSE) #all pulsedRun the code above in your browser using DataLab