Additional optional arguments. None are used at present.
rowdots
Integer specifying the row to replace with ... notation.
Default is 4.
coldots
Integer specifying the column to replace with ... notation.
Default is 4.
digits
The minimum number of significant digits to be printed in
values.
Details
For a matrix or data.frame (which are coerced to a matrix via
data.matrix, pprint() will replace all the rows starting from rowdots
up to and including the second-to-last row with a single row filled with
...s. The same is applied to the columns as well. Hence a large matrix
(or data.frame) will be printed in a much more compact form.