Description Usage Arguments Value Author(s)
Split features by length
1 2 3 |
x |
An object of type |
f |
The maximum length of features in new object. Can be a
vector giving a different length for each row, or a single numeric
value. Values will be recycled to the same length
as |
drop |
A logical value saying whether to drop "left-over" elements which do not have exactly length f. |
start.from |
A character string, current valid values are "left"
(start split at smallest coordinate for each feature), or "right"
(start splitting at the last coordinate and work down). Values will
be recycled to the length of |
pointer.only |
If |
... |
Currently not used (for S3 compatibility). |
An object of type feat
with the same features as x but
with all features of length > max.length broken into segments
(starting from the first position in feature). The last piece
of each split segment may be smaller than max.length
Melissa J. Hubisz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.