Learn R Programming

clifford (version 1.0-2)

drop: Drop redundant information

Description

Coerce constant Clifford objects to numeric

Usage

drop(C)

Arguments

C

Clifford object

Details

If its argument is a constant clifford object, coerce to numeric.

See Also

grade,getcoeffs

Examples

Run this code
# NOT RUN {
drop(as.clifford(5))

const(rcliff())
const(rcliff(),drop=FALSE)

# }

Run the code above in your browser using DataLab