str.onion {onion} | R Documentation |
A very basic implementation of str for onions
## S3 method for class 'onion' str(object, vec.len=4, ...)
object |
Onionic vector |
vec.len |
Number of elements to display |
... |
Futher arguments (currently ignored) |
Displays the first vec.len
elements of an onionic vector using
condense
.
Returns NULL
.
Robin K. S. Hankin
str(roct(100))