ri | R Documentation |
A range index can be used to extract or replace a continuous ascending part of the data
ri(from, to = NULL, maxindex = NA)
## S3 method for class 'ri'
print(x, ...)
from |
first position |
to |
last posistion |
maxindex |
the maximal length of the object-to-be-subscripted (if known) |
x |
an object of class 'ri' |
... |
further arguments |
A two element integer vector with class 'ri'
Jens Oehlschlägel
as.hi
bit(12)[ri(1,6)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.