powered by
Coerce constant weyl objects to numeric
drop(x)
Returns either a length-one numeric vector or its argument, a weyl object
Weyl object
Robin K. S. Hankin
If its argument is a constant weyl object, coerce to numeric.
a <- rweyl() + 67 drop(a) drop(idweyl(9)) drop(constant(a,drop=FALSE))
Run the code above in your browser using DataLab