| plot_DPMst | R Documentation | 
Plot of a Dirichlet process mixture of skew t-distribution partition
plot_DPMst(
  z,
  c,
  i = "",
  alpha = "?",
  U_SS,
  dims2plot = 1:nrow(z),
  ellipses = ifelse(length(dims2plot) < 3, TRUE, FALSE),
  gg.add = list(theme()),
  nbsim_dens = 1000,
  nice = FALSE
)
z | 
 data matrix   | 
c | 
 allocation vector of length   | 
i | 
 current MCMC iteration number.  | 
alpha | 
 current value of the DP concentration parameter.  | 
U_SS | 
 a list containing   | 
dims2plot | 
 index vector, subset of   | 
ellipses | 
 a logical flag indicating whether ellipses should be drawn around clusters. Default
is   | 
gg.add | 
 A list of instructions to add to the   | 
nbsim_dens | 
 number of simulated points used for computing clusters density contours in 2D
plots. Default is   | 
nice | 
 logical flag changing the plot looks. Default is   | 
Boris Hejblum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.