condense.onion {onion}R Documentation

Condense an onionic vector into a short form

Description

Condense an onionic vector into a string vector showing whether the elements are positive, zero or negative

Usage

## S3 method for class 'onion':
condense(x)

Arguments

x An onionic vector

Value

Returns a string vector of the same length as x

Author(s)

Robin K. S. Hankin

Examples

condense(roct(3))

[Package onion version 1.0-7 Index]