The R Project SVN R

Rev

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

Rev 25118 Rev 25597
Line 50... Line 50...
50
  \emph{The New S Language}.
50
  \emph{The New S Language}.
51
  Wadsworth \& Brooks/Cole.
51
  Wadsworth \& Brooks/Cole.
52
}
52
}
53
\seealso{
53
\seealso{
54
  \code{\link{library}}, \code{\link{detach}}, \code{\link{search}},
54
  \code{\link{library}}, \code{\link{detach}}, \code{\link{search}},
55
  \code{\link{objects}}, \code{\link{environment}}.
55
  \code{\link{objects}}, \code{\link{environment}}, \code{\link{with}}.
56
}
56
}
57
\examples{
57
\examples{
58
data(women)
58
data(women)
59
summary(women$height) ## refers to variable 'height' in the data frame
59
summary(women$height) ## refers to variable 'height' in the data frame
60
attach(women)
60
attach(women)