The R Project SVN R

Rev

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

Rev 26760 Rev 27447
Line 50... Line 50...
50
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
50
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
51
  \emph{The New S Language}.
51
  \emph{The New S Language}.
52
  Wadsworth \& Brooks/Cole.
52
  Wadsworth \& Brooks/Cole.
53
}
53
}
54
\seealso{
54
\seealso{
55
  \code{\link{apropos}} (or \code{\link{find}}) for finding objects in the
55
  \code{\link[utils]{apropos}} (or \code{\link[utils]{find}})
56
  whole search path;
56
  for finding objects in the whole search path;
57
  \code{\link{grep}} for more details on \dQuote{regular expressions};
57
  \code{\link{grep}} for more details on \dQuote{regular expressions};
58
  \code{\link[base]{class}},
58
  \code{\link[base]{class}},
59
  \code{\link{methods}}, etc., for
59
  \code{\link[utils]{methods}}, etc., for
60
  object-oriented programming.
60
  object-oriented programming.
61
}
61
}
62
\examples{
62
\examples{
63
.Ob <- 1
63
.Ob <- 1
64
ls(pat="O")
64
ls(pat="O")