Creates heatmaps of parameter estimates or posterior support values for species' residual association (Omega
parameters).
Source: R/Mod_PlotOmegaGG.R
PlotOmegaGG.Rd
This function generates heatmaps to visualize the parameter estimates or
posterior support values of species' residual associations (Omega
parameters). It is designed to work with model output files and produces two
types of visualizations: one indicating the sign (positive or negative) of
the associations and another showing the mean values of these associations.
Arguments
- Path_Model
String. Path to the fitted Hmsc model object.
- supportLevel
Numeric. The threshold for posterior support values used to determine which associations are strong enough to be plotted. Only associations with posterior support exceeding this threshold (or falling below 1 - threshold for negative associations) will be visualized. Defaults to 0.95.
- PlotWidth, PlotHeight
Integer. Specifies the width and height of the generated plot in centimeters. Defaults to
26
x22.5
.