Print a matrix for the print method of taxmap objects.
print__matrix(obj, data, name, prefix, max_width, max_rows)
The taxmap object containing the thing to print
Something to print
The name of the thing to print
What to put before the thing printed. Typically a space.
Maximum width in number of characters to print
Maximum number of rows to print
Which print method is called is determined by its name, so changing the name of this function will change when it is called.
Other taxmap print methods:
print__character()
,
print__data.frame()
,
print__default_()
,
print__factor()
,
print__integer()
,
print__list()
,
print__logical()
,
print__numeric()
,
print__ordered()
,
print__tbl_df()
,
print__vector()