The R Project SVN R

Rev

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

Rev 26402 Rev 27470
Line 37... Line 37...
37
  \code{\link{print.default}}, and other \code{\link{print}} methods.
37
  \code{\link{print.default}}, and other \code{\link{print}} methods.
38
}
38
}
39
\examples{
39
\examples{
40
prmatrix(m6 <- diag(6), row = rep("",6), coll=rep("",6))
40
prmatrix(m6 <- diag(6), row = rep("",6), coll=rep("",6))
41
 
41
 
42
chm <- matrix(scan(system.file("help", "AnIndex", package = "eda"),
42
chm <- matrix(scan(system.file("help", "AnIndex", package = "splines"),
43
                   what = ""), , 2, byrow = TRUE)
43
                   what = ""), , 2, byrow = TRUE)
44
chm  # uses print.matrix()
44
chm  # uses print.matrix()
45
prmatrix(chm, collab = paste("Column",1:3), right=TRUE, quote=FALSE)
45
prmatrix(chm, collab = paste("Column",1:3), right=TRUE, quote=FALSE)
46
}
46
}
47
\keyword{print}
47
\keyword{print}