tail.tidy_dist_mat: Return the Last Parts of a 'tidy_dist_mat' (symmetric grab)

Description Usage Arguments Value

View source: R/tidy-dist-mat.R

Description

Return the Last Parts of a tidy_dist_mat (symmetric grab)

Usage

1
2
## S3 method for class '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)]


skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.