Generic function print.embedR
shows a print of the embedding object with an abbreviated matrix
and a tibble
of its attributes.
# S3 method for embedR
print(x, n = 5, m = 5, ...)
an object of class embedR
an integer
specifying the number of rows to print. Default is 5
.
an integer
specifying the number of columns to print. Default is 5
.
further arguments passed to or from other methods.