The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 28... Line 28...
28
}
28
}
29
\seealso{
29
\seealso{
30
  \code{\link{attributes}} and \code{\link{attr}} for other attributes.
30
  \code{\link{attributes}} and \code{\link{attr}} for other attributes.
31
}
31
}
32
\examples{
32
\examples{
33
x <- matrix(1:12, 3,4)
33
x <- matrix(1:12, 3, 4)
34
comment(x) <- c("This is my very important data from experiment #0234",
34
comment(x) <- c("This is my very important data from experiment #0234",
35
                "Jun 5, 1998")
35
                "Jun 5, 1998")
36
x
36
x
37
comment(x)
37
comment(x)
38
}
38
}