str.bit {bit} | R Documentation |
Str method for bit
Description
To actually view the internal structure use str(unclass(bit))
Usage
## S3 method for class 'bit'
str(
object,
vec.len = strO$vec.len,
give.head = TRUE,
give.length = give.head,
...
)
Arguments
object |
any R object about which you want to have some information. |
vec.len |
numeric (>= 0) indicating how many ‘first few’ elements
are displayed of each vector. The number is multiplied by different
factors (from .5 to 3) depending on the kind of vector. Defaults to
the |
give.head |
logical; if |
give.length |
logical; if |
... |
potential further arguments (required for Method/Generic reasons). |
Value
Examples
str(bit(120))
[Package bit version 4.0.5 Index]