Some functions giving information about indices
indexNodes(obj)
indexBytes(obj)
# S3 method for index
print(x, tree = FALSE, ...)
# S3 method for index
str(object, ...)
# S3 method for index
length(x)
an object of class ‘index’
an object of class ‘index’
an object of class ‘index’
TRUE to print the tree (default FALSE)
ignored or passed
Functions indexNodes
, indexBytes
and length.index
return an integer (number of nodes, number of bytes, length of vector).
indexNodes |
returns number of tree nodes |
indexBytes |
returns indes size in bytes |
print.index |
prints index info and optionally tree |
str.index |
removes class and calls NextMethod("str") |
length.index |
identical to length of original vector |
names.index |
currently forbidden |
names<-.index |
currently forbidden |