R/plot_all_phi_trace.R

Defines functions plot_all_phi_trace

Documented in plot_all_phi_trace

plot_all_phi_trace <-
function(phi_mat,percent.burnin=0,thinning=1,population.names=NULL){
		k <- nrow(phi_mat)
		for(i in 1:k){
			plot_phi_trace(phi_mat[i,],percent.burnin,thinning,population.names=population.names[i],pop.index=i)
			grDevices::devAskNewPage(ask=TRUE)
		}
	}

Try the BEDASSLE package in your browser

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

BEDASSLE documentation built on April 11, 2022, 1:07 a.m.