AM_plot_pairs {AntMAN} | R Documentation |
Plot AM_mcmc_output
scatterplot matrix
Description
visualise a matrix of plots describing the MCMC results. This function is built upon GGally's plotting function ggpairs (Schloerke et al. 2021).
Usage
AM_plot_pairs(x, tags = NULL, title = "MCMC Results")
Arguments
x |
an |
tags |
A list of variables to consider for plotting. This function only produces meaningful plots for variables that have fixed dimension across the draws. If not specified, plots pertaining to M and K will be produced. |
title |
Title for the plot. |
Value
Same as ggpairs function, a ggmatrix object that if called, will print.
[Package AntMAN version 1.1.0 Index]