23 lines
431 B
Text
23 lines
431 B
Text
|
|
% Generated by roxygen2: do not edit by hand
|
||
|
|
% Please edit documentation in R/min.R
|
||
|
|
\name{min_MATLAB}
|
||
|
|
\alias{min_MATLAB}
|
||
|
|
\title{Minimum (MATLAB version)}
|
||
|
|
\usage{
|
||
|
|
min_MATLAB(X, indices = TRUE)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{X}{matrix}
|
||
|
|
|
||
|
|
\item{indices}{return indices?}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
Either a list or a vector
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Finds the minimum value for each column of a matrix, potentially returning the indices instead
|
||
|
|
}
|
||
|
|
\author{
|
||
|
|
Waldir Leoncio
|
||
|
|
}
|