powered by
Print beginning and end of big matrix
matprint(x, maxdim = c(16, 16), digits = getOption("digits")) # S3 method for matprint print(x, quote = FALSE, right = TRUE, …)
a matrix
matrix
max number of rows and columns for printing
see format
format
see print
print
a list of class 'matprint' with components
a list with four vectors of subscripts: row begin, column begin, row end, column end
the extracted example matrix as.characer including seperators
logical scalar indicating whether row seperator is included
logical scalar indicating whether column seperator is included
vecprint
# NOT RUN { matprint(matrix(1:(300*400), 300, 400)) # }
Run the code above in your browser using DataLab