The R Project SVN R

Rev

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

Rev 26000 Rev 26004
Line 58... Line 58...
58
\seealso{
58
\seealso{
59
  \code{\link{print}}, \code{\link{format}}, and \code{\link{paste}}
59
  \code{\link{print}}, \code{\link{format}}, and \code{\link{paste}}
60
  which concatenates into a string.
60
  which concatenates into a string.
61
}
61
}
62
\examples{
62
\examples{
63
\dontshow{iter <- rpois(1, lambda=10)}
63
iter <- rpois(1, lambda=10)
64
## print an informative message
64
## print an informative message
65
cat("iteration = ", iter <- iter + 1, "\n")
65
cat("iteration = ", iter <- iter + 1, "\n")
66
 
66
 
67
## 'fill' and label lines:
67
## 'fill' and label lines:
68
cat(paste(letters, 100* 1:26), fill = TRUE,
68
cat(paste(letters, 100* 1:26), fill = TRUE,