The R Project SVN R

Rev

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

Rev 5055 Rev 25118
Line 17... Line 17...
17
 
17
 
18
  Contrary to other \code{\link{attributes}}, the \code{comment} is not
18
  Contrary to other \code{\link{attributes}}, the \code{comment} is not
19
  printed (by \code{\link{print}} or \code{\link{print.default}}).
19
  printed (by \code{\link{print}} or \code{\link{print.default}}).
20
}
20
}
21
\seealso{
21
\seealso{
22
  \code{\link{attributes}} and \code{\link{attr}} for ``normal'' attributes.
22
  \code{\link{attributes}} and \code{\link{attr}} for \dQuote{normal}
-
 
23
  attributes.
23
}
24
}
24
\examples{
25
\examples{
25
x <- matrix(1:12, 3,4)
26
x <- matrix(1:12, 3,4)
26
comment(x) <- c("This is my very important data from experiment #0234",
27
comment(x) <- c("This is my very important data from experiment #0234",
27
                "Jun 5, 1998")
28
                "Jun 5, 1998")