Hybrid Index, querying
Functions to query some index attributes
## S3 method for class 'hi' length(x) ## S3 method for class 'hi' maxindex(x, ...) ## S3 method for class 'hi' poslength(x, ...)
x |
an object of class |
... |
further arguments (not used) |
an integer scalar
duplicated negative indices are removed
Jens Oehlschlägel
length(as.hi(-1, maxindex=12)) poslength(as.hi(-1, maxindex=12)) maxindex(as.hi(-1, maxindex=12)) message("note that") length(as.hi(c(-1, -1), maxindex=12)) length(as.hi(c(1,1), maxindex=12))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.