tidy_dist_mat (symmetric grab)R/tidy-dist-mat.R
head.tidy_dist_mat.RdReturn the Last Parts of a tidy_dist_mat (symmetric grab)
# S3 method for tidy_dist_mat head(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[1:n] or x[(nrow(x)-n):nrow(x)]