plotMCMCResults.forArray3D: Calculate and plot a posterior density based on a 3d MCMC...

Description Usage Arguments Details

View source: R/plotMCMCResults.forArray3D.R

Description

Function to calculate and plot posterior densities based on a 3d MCMC data array.

Usage

1
2
3
4
plotMCMCResults.forArray3D(data, scaleBy = 1, doPlot = TRUE,
  plotEst = FALSE, add = TRUE, colorscale = c("coldhot", "hot", "cold",
  "jet", NULL), alpha = 0.25, xlim = NULL, ylim = NULL, xlabel = "",
  ylabel = "", label = "")

Arguments

data

- the MCMC data array from which to estimate the posterior densities.

scaleBy

- factor to scale data by

plotEst

- flag (T/F) to plot the MLE estimate (assumed to be 1st value)

add

- flag (T/F) to add to existing plot (creates new plot if FALSE)

colorscale

- color scale to use for the density plot

alpha

- transparency value to apply to the colorscale

xlim

- x axis limits (if add=FALSE)

ylim

- y axis limits (if add=FALSE)

xlabel

- label for x axis (if add=FALSE)

label

- label for plot (if add=FALSE)

Details

Uses functions


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.