drop {clifford} | R Documentation |
Coerce constant Clifford objects to numeric
drop(x)
x |
Clifford object |
If its argument is a constant clifford object, coerce to numeric.
Many functions in the package take drop
as an argument
which, if TRUE
, means that the function returns a
drop
ped value.
Robin K. S. Hankin
drop(as.clifford(5))
const(rcliff())
const(rcliff(),drop=FALSE)