Learn R Programming

clifford (version 1.0-8)

print: Print clifford objects

Description

Print methods for Clifford algebra

Usage

# S3 method for clifford
print(x,...)
# S3 method for clifford
as.character(x,...)
catterm(a)

Arguments

x

Object of class clifford in the print method

...

Further arguments, currently ignored

a

Integer vector representing a term

Author

Robin K. S. Hankin

See Also

clifford

Examples

Run this code

a <- rcliff(d=15,g=9)
a   # incomprehensible

options("separate" = TRUE)
a    # marginally better


options("separate" = FALSE)
options(basissep=",")
a    #  clearer; YMMV

options(basissep = NULL)  # restore default



Run the code above in your browser using DataLab