show {evitaicossa}R Documentation

Print method for antiassociative algebra objects

Description

Show methods for aaa objects

Usage

## S4 method for signature 'aaa'
show(object)
aaa_show(a)

Arguments

a, object

Object of class aaa

Details

A bunch of functionality to print aaa objects.

Function putsign() is a low-level helper function that puts the sign (that is, + or -) before each element of a numeric vector. Functions single_string(), double_string(), and triple_string() process the 1,2, and 3- symbols for printing.

Value

No return value, called for side-effects

Author(s)

Robin K. S. Hankin

Examples

aaa_show(raaa())
aaa_show(aaa())

[Package evitaicossa version 0.0-1 Index]