The R Project SVN R

Rev

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

Rev 68948 Rev 88581
Line 77... Line 77...
77
}
77
}
78
\seealso{
78
\seealso{
79
  \code{\link{slotNames}}, \code{\link{dimnames}}.
79
  \code{\link{slotNames}}, \code{\link{dimnames}}.
80
}
80
}
81
\references{
81
\references{
82
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
82
  \bibshow{R:Becker+Chambers+Wilks:1988}
83
  \emph{The New S Language}.
-
 
84
  Wadsworth & Brooks/Cole.
-
 
85
}
83
}
86
\examples{
84
\examples{
87
# print the names attribute of the islands data set
85
# print the names attribute of the islands data set
88
names(islands)
86
names(islands)
89
 
87