Skip to contents

Print function for objects of class `"rjd3rev_vintages"`

Usage

# S3 method for rjd3rev_vintages
print(x, n_row = 8, n_col = 3, ...)

Arguments

x

an object of class `"rjd3rev_vintages"`.

n_row

number of last rows to display. For the horizontal view, corresponds to the number of columns.

n_col

number of columns to display. Can be either the last n columns (verical view), the last n rows (horizontal view) or the first n columns (diagonal view). This argument is not used for the long view.

...

further arguments passed to the print() function.