The R Project SVN R

Rev

Rev 56186 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

% File src/library/base/man/identity.Rd
% Part of the R package, http://www.R-project.org
% Copyright 1995-2008 R Core Team
% Distributed under GPL 2 or later

\name{identity}
\alias{identity}
\title{Identity Function}
\description{
  A trivial identity function returning its argument.
}
\usage{
identity(x)
}
\arguments{
  \item{x}{an \R object.}
}
\keyword{programming}