matprint | R Documentation |
Print beginning and end of big matrix
matprint(x, maxdim = c(16, 16), digits = getOption("digits"))
## S3 method for class 'matprint'
print(x, quote = FALSE, right = TRUE, ...)
x |
a |
maxdim |
max number of rows and columns for printing |
digits |
see |
quote |
see |
right |
see |
... |
see |
a list of class 'matprint' with components
subscript |
a list with four vectors of subscripts: row begin, column begin, row end, column end |
example |
the extracted example matrix as.characer including seperators |
rsep |
logical scalar indicating whether row seperator is included |
csep |
logical scalar indicating whether column seperator is included |
Jens Oehlschlägel
vecprint
matprint(matrix(1:(300*400), 300, 400))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.