R/mclustmapper.R

mclustmapper <-
function(X,...) {
	
	# allow mclust to do its thing entirely automatically
  # "best" model chosen by BIC
  # additional options passed via ...
  return(Mclust(X,...)$classification)


}
arnhew99/mappeR documentation built on May 10, 2019, 1:45 p.m.