ourMELONS/man/sortrows.Rd

17 lines
331 B
Text
Raw Normal View History

2020-03-18 11:08:40 +01:00
% Generated by roxygen2: do not edit by hand
2020-03-18 11:43:10 +01:00
% Please edit documentation in R/sortrows.R
2020-03-18 11:08:40 +01:00
\name{sortrows}
\alias{sortrows}
\title{Sort rows of matrix or table}
\usage{
sortrows(A, column = 1)
}
\arguments{
\item{A}{matrix}
\item{column}{ordering column}
}
\description{
Emulates the behavior of the `sortrows` function on Matlab
}