plot.gMAP: Diagnostic plots for gMAP analyses

View source: R/plot_gMAP.R

plot.gMAPR Documentation

Diagnostic plots for gMAP analyses

Description

Diagnostic plots for gMAP analyses

Usage

## S3 method for class 'gMAP'
plot(x, size = NULL, ...)

Arguments

x

gMAP object

size

Controls line sizes of traceplots and forest plot.

...

Ignored.

Details

Creates MCMC diagnostics and a forest plot (including model estimates) for a gMAP analysis. For a customized forest plot, please use the dedicated function forest_plot.

Value

The function returns a list of ggplot objects.

Customizing ggplot2 plots

The returned plot is a ggplot2 object. Please refer to the "Customizing Plots" vignette which is part of RBesT documentation for an introduction. For simple modifications (change labels, add reference lines, ...) consider the commands found in bayesplot-helpers. For more advanced customizations please use the ggplot2 package directly. A description of the most common tasks can be found in the R Cookbook and a full reference of available commands can be found at the ggplot2 documentation site.


RBesT documentation built on Aug. 22, 2023, 1:08 a.m.