Learn R Programming

clifford (version 1.0-2)

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

See Also

clifford

Examples

Run this code
# NOT RUN {
rcliff()   # fine
rcliff(d=15) # incomprehensible


options("separate" = TRUE)
rcliff(d=15) # incomprehensible


options("separate" = FALSE)


# }

Run the code above in your browser using DataLab