Description Usage Arguments Examples
Contour Plot for Bi-Normal distribution
1 | hmcBiNorm.countour(X.flow, buinin = 500, bi = c(2, 45))
|
X.flow |
Iteration X dimension matrix |
buinin |
Buinin steps |
bi |
Choose two dimensions to draw the contour plot. e.g. c(2,45) |
1 2 3 4 5 | ## Not run:
X.flows <- HMC.cluster()
X.flow<-X.flows$valuechain[[1]];
hmcBiNorm.countour(X.flow)
## End(**Not run**)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.