plot.dsample {dsample}R Documentation

Visualizing Wang-Lee Samples

Description

The samples generated by the Wang-Lee algorithm are plotted for visual examination. The plot is useful when multiple modes exist.

Usage

## S3 method for class 'dsample'
plot(x, which, ...)

Arguments

x

an object produced by dsample.

which

plot type, 1: CDF, 2: Contours, and 3: Histogram.

...

arguments passing functions inside

Value

plot.dsample has no return value.


[Package dsample version 0.91.3.4 Index]