Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_functions.R
\name{extract_mclust}
\alias{extract_mclust}
\title{Get Values from Mclust}
\usage{
extract_mclust(mclust_result, value = "G")
}
\arguments{
\item{mclust_result}{list of mclust results}
\item{value}{Character - name of mclust result index}
}
\description{
Get Values from Mclust
}