The R Project SVN R

Rev

Rev 76770 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76770 Rev 88581
Line 66... Line 66...
66
 
66
 
67
  The result has the visibility (see \code{\link{invisible}}) of the
67
  The result has the visibility (see \code{\link{invisible}}) of the
68
  element evaluated.
68
  element evaluated.
69
}
69
}
70
\references{
70
\references{
71
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
71
  \bibshow{R:Becker+Chambers+Wilks:1988}
72
  \emph{The New S Language}.
-
 
73
  Wadsworth & Brooks/Cole.
-
 
74
}
72
}
75
\examples{
73
\examples{
76
require(stats)
74
require(stats)
77
centre <- function(x, type) {
75
centre <- function(x, type) {
78
  switch(type,
76
  switch(type,