onion (version 1.2-7)

str.onion: Compactly display an onion

Description

A very basic implementation of str for onions

Usage

# S3 method for onion
str(object, vec.len=4, ...)

Arguments

object

Onionic vector

vec.len

Number of elements to display

Futher arguments (currently ignored)

Value

Returns NULL.

Details

Displays the first vec.len elements of an onionic vector using condense.

See Also

condense

Examples

Run this code
# NOT RUN {
str(roct(100))
# }

Run the code above in your browser using DataLab