ourMELONS/man/min_MATLAB.Rd
Waldir Leoncio 637df694bb Updated docs
2020-10-19 15:57:30 +02:00

46 lines
977 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/min.R, R/min_MATLAB.R, R/min_max_MATLAB.R
\name{min_MATLAB}
\alias{min_MATLAB}
\title{Minimum (MATLAB version)}
\usage{
min_MATLAB(X, indices = TRUE)
min_MATLAB(X, indices = TRUE)
min_MATLAB(X, indices = TRUE)
min_MATLAB(X, indices = TRUE)
}
\arguments{
\item{X}{matrix}
\item{indices}{return indices?}
}
\value{
Either a list or a vector
Either a list or a vector
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
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
Waldir Leoncio
Waldir Leoncio
}