Learn R Programming

clifford (version 1.0-8)

drop: Drop redundant information

Description

Coerce constant Clifford objects to numeric

Usage

drop(x)

Arguments

x

Clifford object

Author

Robin K. S. Hankin

Details

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

See Also

grade,getcoeffs

Examples

Run this code
drop(as.clifford(5))

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

Run the code above in your browser using DataLab