visualize: Visualize a distribution or sample

View source: R/visualize.R

visualizeR Documentation

Visualize a distribution or sample

Description

Visualize a distribution or sample

Usage

visualize(x, group = 1, inference = NULL, subset = NULL, ...)

Arguments

x

a SIMPle.dist or SIMPle.sample object

group

integer, selects group to be plotted

inference

SIMPle.result object (currently ignored!)

subset

integer, set number of points to draw. NULL (default), draws all points.

...

named arguments passed to draw_sample and GGally::ggpairs, e.g. set alpha via mapping=ggplot2::aes(alpha=0.5)

Value

GGally::ggpairs plot applied to (prior/posterior) sample


maxwestphal/SIMPle documentation built on April 11, 2024, 4:07 p.m.