| plot_DPMsn {NPflow} | R Documentation | 
Plot of a Dirichlet process mixture of skew normal distribution partition
Description
Plot of a Dirichlet process mixture of skew normal distribution partition
Usage
plot_DPMsn(
  z,
  c,
  i = "",
  alpha = "?",
  U_SS,
  dims2plot = 1:nrow(z),
  ellipses = ifelse(length(dims2plot) < 3, TRUE, FALSE),
  gg.add = list(theme()),
  nbsim_dens = 1000
)
Arguments
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   | 
Author(s)
Boris Hejblum