post.dist: Histogram of posterior distribution

View source: R/post.dist.R

post.distR Documentation

Histogram of posterior distribution

Description

plot multiple histograms of posterior distribution

Usage

post.dist(v_perm, Obs = NULL, ncols = NULL, nrows = NULL)

Arguments

v_perm

a data frame of permuted values (each column represents a factor). First row represents the observed values and the next ones represent the permuted values.

Obs

an integer vector indicating the observed value to compare to permuted values if in argument v_perm the first row does not represent the observed values.

ncols

Number of graph per row

nrows

Number of graph per column

Value

an histogram.


ANTs documentation built on July 3, 2022, 1:05 a.m.

Related to post.dist in ANTs...