lposterior {batwing}R Documentation

Calculate the log of the posterior density for each row of BATWING output

Description

Calculate the log of the posterior density for each row of BATWING output

Usage

lposterior(o)

Arguments

o BATWING output read in with rbat or otherwise

Value

A vector of the log posterior densities, one for each row.

Author(s)

Ian J Wilson I.J.Wilson@ncl.ac.uk

References

http://www.mas.ncl.ac.uk/~nijw

See Also

TMRCA

Examples

data(exampleoutput)
plot(lposterior(exampleoutput),type="l")

[Package batwing version 0.1 Index]