The R Project SVN R

Rev

Rev 59039 | Rev 76285 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 7... Line 7...
7
\alias{unit.pmin}
7
\alias{unit.pmin}
8
\alias{unit.pmax}
8
\alias{unit.pmax}
9
\title{ Parallel Unit Minima and Maxima }
9
\title{ Parallel Unit Minima and Maxima }
10
\description{
10
\description{
11
  Returns a unit object whose i'th value is the minimum (or maximum)
11
  Returns a unit object whose i'th value is the minimum (or maximum)
12
  of the i'th values of the arguments.  
12
  of the i'th values of the arguments.
13
}
13
}
14
\usage{
14
\usage{
15
unit.pmin(...)
15
unit.pmin(...)
16
unit.pmax(...)
16
unit.pmax(...)
17
}
17
}