The R Project SVN R

Rev

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

Rev 59039 Rev 61150
Line 33... Line 33...
33
  and \code{NaN} values in any of the arguments will cause \code{NA} values
33
  and \code{NaN} values in any of the arguments will cause \code{NA} values
34
  to be returned, otherwise \code{NA} values are ignored.
34
  to be returned, otherwise \code{NA} values are ignored.
35
 
35
 
36
  If \code{finite} is \code{TRUE}, the minimum
36
  If \code{finite} is \code{TRUE}, the minimum
37
  and maximum of all finite values is computed, i.e.,
37
  and maximum of all finite values is computed, i.e.,
38
  \code{finite=TRUE} \emph{includes} \code{na.rm=TRUE}.
38
  \code{finite = TRUE} \emph{includes} \code{na.rm = TRUE}.
39
 
39
 
40
  A special situation occurs when there is no (after omission
40
  A special situation occurs when there is no (after omission
41
  of \code{NA}s) nonempty argument left, see \code{\link{min}}.% Extremes.Rd
41
  of \code{NA}s) nonempty argument left, see \code{\link{min}}.% Extremes.Rd
42
}
42
}
43
\section{S4 methods}{
43
\section{S4 methods}{