Nothing
#' Internal Pi Function
#'
#' @inheritParams fct_gamma
#'
#' @keywords internal
#'
#' @return A mixing vector.
#'
fct_pi_vec <- function(clust_assign, k, N){
sapply(seq(1,k),function(x){sum(clust_assign==x)/length(clust_assign)})
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.