Learn R Programming

AntMAN (version 1.1.0)

AM_plot_pmf: 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.