R/maxZ.R

#' Processing output 
#'
#' inner function.
#' @param x: vector of factor values  (here, allocations)
#' @keywords postprocessing
#' @export
#' @examples
#' #NA

			maxZ<-function (x) {
			as.numeric(names(which.max(table( x ))))	
			} 
zoevanhavre/Zmix documentation built on May 4, 2019, 11:25 p.m.