Return the Last Parts of a tidy_dist_mat (symmetric grab)

# S3 method for tidy_dist_mat
tail(x, n = 6L, ...)

Arguments

x

symmetric (in shape) tidy_dist_mat object

n

an integer of value bounded by the maximum rows x.

...

arguments to be passed to or from other methods (currently none expected / used).

Value

x[(nrow(x)-n):nrow(x)]