taxa (version 0.3.3)

print__default_: Print method for unsupported

Description

Print method for unsupported classes for taxmap objects

Usage

print__default_(obj, data, name, prefix, max_width, max_rows)

Arguments

obj

The taxmap object containing the thing to print

data

Something to print

name

The name of the thing to print

prefix

What to put before the thing printed. Typically a space.

max_width

Maximum width in number of characters to print

max_rows

Maximum number of rows to print

Details

Which print method is called is determined by its name, so changing the name of this function will change when it is called.

See Also

Other taxmap print methods: print__character(), print__data.frame(), print__factor(), print__integer(), print__list(), print__logical(), print__matrix(), print__numeric(), print__ordered(), print__tbl_df(), print__vector()