focal {nullranges} | R Documentation |
Get focal set from a Matched object
focal(x, ...) ## S4 method for signature 'MDF_OR_MGR_OR_MGI' focal(x, ...)
x |
A |
... |
Additional options. |
An object of the same class as x
representing
the focal set.
set.seed(123) x <- makeExampleMatchedDataSet(matched = TRUE) focal(x)