ourMELONS/man/min_MATLAB.Rd

47 lines
977 B
Text
Raw Normal View History

2020-07-31 14:05:40 +02:00
% Generated by roxygen2: do not edit by hand
2020-10-19 15:57:30 +02:00
% Please edit documentation in R/min.R, R/min_MATLAB.R, R/min_max_MATLAB.R
2020-07-31 14:05:40 +02:00
\name{min_MATLAB}
\alias{min_MATLAB}
\title{Minimum (MATLAB version)}
\usage{
2020-10-19 13:44:18 +02:00
min_MATLAB(X, indices = TRUE)
2020-10-19 15:57:30 +02:00
min_MATLAB(X, indices = TRUE)
min_MATLAB(X, indices = TRUE)
2020-07-31 14:05:40 +02:00
min_MATLAB(X, indices = TRUE)
}
\arguments{
\item{X}{matrix}
\item{indices}{return indices?}
}
\value{
2020-10-19 13:44:18 +02:00
Either a list or a vector
2020-10-19 15:57:30 +02:00
Either a list or a vector
Either a list or a vector
2020-07-31 14:05:40 +02:00
Either a list or a vector
}
\description{
2020-10-19 13:44:18 +02:00
Finds the minimum value for each column of a matrix, potentially returning the indices instead
2020-10-19 15:57:30 +02:00
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
2020-07-31 14:05:40 +02:00
Finds the minimum value for each column of a matrix, potentially returning the indices instead
}
\author{
2020-10-19 13:44:18 +02:00
Waldir Leoncio
2020-10-19 15:57:30 +02:00
Waldir Leoncio
Waldir Leoncio
2020-07-31 14:05:40 +02:00
Waldir Leoncio
}