Print function for objects of class "rjd3rev_revisions"
      Source: R/revisions.R
      print.rjd3rev_revisions.RdPrint function for objects of class "rjd3rev_revisions"
Usage
# S3 method for class 'rjd3rev_revisions'
print(x, n_row = 12, n_col = 3, ...)Arguments
- x
 an object of class
"rjd3rev_revisions".- 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).
- ...
 further arguments passed to the
printfunction.