R/plot_all_phi_marginals.R

Defines functions plot_all_phi_marginals

Documented in plot_all_phi_marginals

plot_all_phi_marginals <-
function(phi_mat,percent.burnin=0,thinning=1,population.names=NULL,pop.index=NULL,histogram=TRUE,density=TRUE){
		k <- nrow(phi_mat)
		for(i in 1:k){
			plot_phi_marginal(phi_mat[i,],percent.burnin,thinning,population.names=population.names[i],pop.index=i,histogram,density)
			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.