hmcBiNorm.countour: Cotour Plot

Description Usage Arguments Examples

View source: R/contour.R

Description

Contour Plot for Bi-Normal distribution

Usage

1
hmcBiNorm.countour(X.flow, buinin = 500, bi = c(2, 45))

Arguments

X.flow

Iteration X dimension matrix

buinin

Buinin steps

bi

Choose two dimensions to draw the contour plot. e.g. c(2,45)

Examples

1
2
3
4
5
## Not run: 
X.flows <- HMC.cluster()
X.flow<-X.flows$valuechain[[1]];
hmcBiNorm.countour(X.flow)
## End(**Not run**)

yfyang86/hamimc documentation built on May 4, 2019, 2:32 p.m.