The R Project SVN R

Rev

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

Rev 76483 Rev 76489
Line 52... Line 52...
52
  \item{ties}{handling of tied \code{x} values.  The string
52
  \item{ties}{handling of tied \code{x} values.  The string
53
    \code{"ordered"} or a function (or the name of a function)
53
    \code{"ordered"} or a function (or the name of a function)
54
    taking a single vector argument and returning a single number
54
    taking a single vector argument and returning a single number
55
    or a \code{\link{list}} of both, e.g.,
55
    or a \code{\link{list}} of both, e.g.,
56
    \code{list("ordered", mean)}, see \sQuote{Details}.}
56
    \code{list("ordered", mean)}, see \sQuote{Details}.}
57
  \item{na.rm}{logical specifiying how missing values (\code{\link{NA}}'s)
57
  \item{na.rm}{logical specifying how missing values (\code{\link{NA}}'s)
58
    should be handled.  Setting \code{na.rm=FALSE} will propagate
58
    should be handled.  Setting \code{na.rm=FALSE} will propagate
59
    \code{NA}'s in \code{y} to the interpolated values, also depending on
59
    \code{NA}'s in \code{y} to the interpolated values, also depending on
60
    the \code{rule} set.  Note that in this case, \code{NA}'s in \code{x}
60
    the \code{rule} set.  Note that in this case, \code{NA}'s in \code{x}
61
    are invalid, see also the examples.}
61
    are invalid, see also the examples.}
62
}
62
}