AM_plot_pmf: Plot the probability mass function of variables from...

Description Usage Arguments Value

View source: R/AM_plot.R

Description

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

Usage

1
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.


AntMAN documentation built on July 23, 2021, 5:08 p.m.

Related to AM_plot_pmf in AntMAN...