as.data.frame.epmx: Convert epmx to a data.frame

Description Usage Arguments Value See Also

View source: R/diagnostics.R

Description

Converts an epmx to a data.frame, in the appropriate form for epmxPlotInternal.

Usage

1
2
3
  ## S3 method for class 'epmx'
 as.data.frame(x, subset,
    plottype = "xyplot")

Arguments

x

An epmx object.

subset

A list of length of two, the first component of which determines the heads of the edges that are displayed, and the second determines the tails of the edges that are displayed. The default value NULL displays all pairs.

plottype

Either "xyplot" or "splom".

Value

A data.frame, with a column which that denotes the sampler, a .index column indicating the original row.

See Also

epmx


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.