| drop {clifford} | R Documentation |
Drop redundant information
Description
Coerce constant Clifford objects to numeric
Usage
drop(x)
Arguments
x |
Clifford object |
Details
If its argument is a constant clifford object, coerce to numeric.
Note
Many functions in the package take drop as an argument
which, if TRUE, means that the function returns a
dropped value.
Author(s)
Robin K. S. Hankin
See Also
Examples
drop(as.clifford(5))
const(rcliff())
const(rcliff(),drop=FALSE)
[Package clifford version 1.0-8 Index]