plotEffectParameterSummary: Plot Effects Parameter Summary

View source: R/Summaries.R

plotEffectParameterSummaryR Documentation

Plot Effects Parameter Summary

Description

Takes the result of summarizeEffectParameters and plots a measure of central tendency (default mean) and variability (default credible interval).

Usage

plotEffectParameterSummary(summary, ctName = "mean", varNames = NULL,
  mar = c(3, 6, 1, 1))

Arguments

summary

A data.frame such as that returned by summarizeEffectParameters.

ctName

The name of the column in summary that contains the measure of central tendency to plot.

varNames

A length 2 vector of names of the columns of summary that contain measures of variability in the form of endpoints of an error bar. If NULL, it selects the lowest and highest percentiles present in summary.

mar

Passed to the mar argument of par(). If NULL, it is ignored.


hardmanko/CMBBHT documentation built on June 9, 2022, 12:44 a.m.