| split {intervals} | R Documentation |
S3 and S4 methods for splitting "Intervals" or
"Intervals_full" objects.
## S3 method for class 'Intervals_virtual' split(x, f, drop = FALSE, ...) ## S4 method for signature 'Intervals_virtual' split(x, f, drop = FALSE, ...)
x |
|
f |
Passed to |
drop |
Passed to |
... |
Passed to |
A list of objects of the same class as x, split by the
levels of f. Until R 2.15, special handling was not
required. Subsequent changes to the base package
split function required an explicit method here, but
code already provided by split.data.frame was
sufficient.