AM_plot_pmf {AntMAN}R Documentation

Plot the probability mass function of variables from AM_mcmc_output object

Description

Given an AM_mcmc_output object, AM_plot_pmf plots the posterior probability mass function of the specified variables.

Usage

AM_plot_pmf(x, tags = NULL, title = "MCMC Results")

Arguments

x

An AM_mcmc_output object, produced by calling AM_mcmc_fit.

tags

A list of variables to consider. If not specified, the pmf of both M and K will be plotted.

title

Title for the plot.

Value

No return value. Called for side effects.


[Package AntMAN version 1.1.0 Index]