Translated admixture_initialization

This commit is contained in:
Waldir Leoncio 2020-10-19 13:44:18 +02:00
parent 542297ee82
commit f886feb3a8
9 changed files with 57 additions and 57 deletions

View file

@ -1,9 +1,11 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/min.R
% Please edit documentation in R/min.R, R/min_MATLAB.R
\name{min_MATLAB}
\alias{min_MATLAB}
\title{Minimum (MATLAB version)}
\usage{
min_MATLAB(X, indices = TRUE)
min_MATLAB(X, indices = TRUE)
}
\arguments{
@ -12,11 +14,17 @@ min_MATLAB(X, indices = TRUE)
\item{indices}{return indices?}
}
\value{
Either a list or a vector
Either a list or a vector
}
\description{
Finds the minimum value for each column of a matrix, potentially returning the indices instead
Finds the minimum value for each column of a matrix, potentially returning the indices instead
}
\author{
Waldir Leoncio
Waldir Leoncio
}

View file

@ -14,11 +14,7 @@ writeMixtureInfo(
inputFile,
partitionSummary,
popnames,
fixedK,
PARTITION,
COUNTS,
SUMCOUNTS,
LOGDIFF
fixedK
)
}
\arguments{
@ -41,14 +37,6 @@ writeMixtureInfo(
\item{popnames}{popnames}
\item{fixedK}{fixedK}
\item{PARTITION}{PARTITION}
\item{COUNTS}{COUNTS}
\item{SUMCOUNTS}{SUMCOUNTS}
\item{LOGDIFF}{LOGDIFF}
}
\description{
Writes information about the mixture