tidy_dist_mat
(symmetric grab)R/tidy-dist-mat.R
tail.tidy_dist_mat.Rd
Return the Last Parts of a tidy_dist_mat
(symmetric grab)
# S3 method for tidy_dist_mat tail(x, n = 6L, ...)
x | symmetric (in shape) |
---|---|
n | an integer of value bounded by the maximum rows |
... | arguments to be passed to or from other methods (currently none expected / used). |
x[(nrow(x)-n):nrow(x)]