The R Project SVN R

Rev

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

Rev 76285 Rev 76298
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{unit.pmin}
6
\name{unit.pmin}
7
\alias{unit.pmin}
7
\alias{unit.pmin}
8
\alias{unit.pmax}
8
\alias{unit.pmax}
9
\alias{unit.psum}
-
 
10
\title{ Parallel Unit Minima and Maxima }
9
\title{ Parallel Unit Minima and Maxima }
11
\description{
10
\description{
12
  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)
13
  of the i'th values of the arguments.
12
  of the i'th values of the arguments.
14
}
13
}
15
\usage{
14
\usage{
16
unit.pmin(...)
15
unit.pmin(...)
17
unit.pmax(...)
16
unit.pmax(...)
18
unit.psum(...)
-
 
19
}
17
}
20
\arguments{
18
\arguments{
21
  \item{\dots}{ One or more unit objects. }
19
  \item{\dots}{ One or more unit objects. }
22
}
20
}
23
\details{
21
\details{