Skip to content

Commit

Permalink
drop mentioning data.frame method which has been deprecated for long and
Browse files Browse the repository at this point in the history
finally defunct.  Thanks to David Winsemius


git-svn-id: https://svn.r-project.org/R/trunk@62425 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Mar 27, 2013
1 parent 1533ca2 commit def0867
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/library/base/man/mean.Rd
@@ -1,6 +1,6 @@
% File src/library/base/man/mean.Rd % File src/library/base/man/mean.Rd
% Part of the R package, http://www.R-project.org % Part of the R package, http://www.R-project.org
% Copyright 1995-2010 R Core Team % Copyright 1995-2013 R Core Team
% Distributed under GPL 2 or later % Distributed under GPL 2 or later


\name{mean} \name{mean}
Expand All @@ -15,9 +15,8 @@ mean(x, \dots)
\arguments{ \arguments{
\item{x}{An \R object. Currently there are methods for \item{x}{An \R object. Currently there are methods for
numeric/logical vectors and \link[=Dates]{date}, numeric/logical vectors and \link[=Dates]{date},
\link{date-time} and \link{time interval} objects, and for data \link{date-time} and \link{time interval} objects. Complex vectors
frames all of whose columns have a method. Complex vectors are are allowed for \code{trim = 0}, only.}
allowed for \code{trim = 0}, only.}
\item{trim}{the fraction (0 to 0.5) of observations to be \item{trim}{the fraction (0 to 0.5) of observations to be
trimmed from each end of \code{x} before the mean is computed. trimmed from each end of \code{x} before the mean is computed.
Values of trim outside that range are taken as the nearest endpoint. Values of trim outside that range are taken as the nearest endpoint.
Expand Down

0 comments on commit def0867

Please sign in to comment.